#35ef10

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

Shades of Harlequin #35EF10

Tints of Harlequin #35EF10

Color information

#35EF10 (or 0x35EF10) is unknown color: approx Harlequin. HEX triplet: 35, EF and 10. RGB value is (53,239,16). Sum of RGB (Red+Green+Blue) = 53+239+16=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 239 (93.75% from 255 or 77.60% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 239 - color contains mainly: green. Hex color #35EF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35EF10 is #CA10EF. Grayscale: #9E9E9E. Windows color (decimal): -13242608 or 1109813. OLE color: 1109813.

HSL color Cylindrical-coordinate representation of color #35EF10: hue angle of 110.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35EF10 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB5323916-
CMYK0.7800.930.06
HSL110.04º87.45%50%-
HSV(B)110.04º93.31%93.73%-
XYZ32.4362.5310.85-
YUV157.9647.8853.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 239 (93.75% from 255) = 77.60%
BLUE value IS 16 (6.64% from 255) = 5.19%
R=17.21%
G=77.60%
B=5.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal53239160.7800.930.06110.0487.4550
Hex35EF104E05D66e5732
Octal65357201160135615612762
Binary110101111011111000010011100101110111011011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ef10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,239,16); }

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

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

 a { background-color: rgb(53,239,16); }

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

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

 span { border-color: rgb(53,239,16); }

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