#35fa15

Color #35FA15 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #35FA15

Tints of Harlequin #35FA15

Color information

#35FA15 (or 0x35FA15) is unknown color: approx Harlequin. HEX triplet: 35, FA and 15. RGB value is (53,250,21). Sum of RGB (Red+Green+Blue) = 53+250+21=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 250 (98.05% from 255 or 77.16% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35FA15 is #CA05EA. Grayscale: #A5A5A5. Windows color (decimal): -13239787 or 1440309. OLE color: 1440309.

HSL color Cylindrical-coordinate representation of color #35FA15: hue angle of 111.62º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35FA15 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB5325021-
CMYK0.7900.920.02
HSL111.62º95.82%53.14%-
HSV(B)111.62º91.6%98.04%-
XYZ35.7969.1812.18-
YUV164.9946.7348.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 250 (98.05% from 255) = 77.16%
BLUE value IS 21 (8.59% from 255) = 6.48%
R=16.36%
G=77.16%
B=6.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal53250210.7900.920.02111.6295.8253.14
Hex35FA154F05C2706035
Octal65372251170134216014065
Binary11010111111010101011001111010111001011100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35fa15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35fa15; }

 p { color: rgb(53,250,21); }

 H1.HeaderClassName
 {
   color: #35fa15;
 }
 .AnyTagClassName
 {
   color: #35fa15;
 }
</style>
background-color css

<style>
 a { background-color: #35fa15; }

 a { background-color: rgb(53,250,21); }

 div.DivClassName
 {
   background-color: #35fa15;
 }
 .BgClassName
 {
   background-color: #35fa15;
 }
</style>
border-color css

<style>
 span { border-color: #35fa15; }

 span { border-color: rgb(53,250,21); }

 td.TdClassName
 {
   border-color: #35fa15;
 }
 .TagClassName
 {
   border-color: #35fa15;
 }
</style>