#35E10C

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

Shades of Harlequin #35E10C

Tints of Harlequin #35E10C

Color information

#35E10C (or 0x35E10C) is unknown color: approx Harlequin. HEX triplet: 35, E1 and 0C. RGB value is (53,225,12). Sum of RGB (Red+Green+Blue) = 53+225+12=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 225 (88.28% from 255 or 77.59% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 225 - color contains mainly: green. Hex color #35E10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35E10C is #CA1EF3. Grayscale: #959595. Windows color (decimal): -13246196 or 844085. OLE color: 844085.

HSL color Cylindrical-coordinate representation of color #35E10C: hue angle of 108.45º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35E10C is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB5322512-
CMYK0.7600.950.12
HSL108.45º89.87%46.47%-
HSV(B)108.45º94.67%88.24%-
XYZ28.4654.639.39-
YUV149.2950.5259.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 225 (88.28% from 255) = 77.59%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=18.28%
G=77.59%
B=4.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal53225120.7600.950.12108.4589.8746.47
Hex35E1C4C05FC6c5a2e
Octal653411411401371415413256
Binary110101111000011100100110001011111110011011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,225,12); }

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

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

 a { background-color: rgb(53,225,12); }

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

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

 span { border-color: rgb(53,225,12); }

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