#35EC11

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

Shades of Harlequin #35EC11

Tints of Harlequin #35EC11

Color information

#35EC11 (or 0x35EC11) is unknown color: approx Harlequin. HEX triplet: 35, EC and 11. RGB value is (53,236,17). Sum of RGB (Red+Green+Blue) = 53+236+17=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 236 (92.58% from 255 or 77.12% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35EC11 is #CA13EE. Grayscale: #9D9D9D. Windows color (decimal): -13243375 or 1174581. OLE color: 1174581.

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

Color convert

RGB5323617-
CMYK0.7800.930.07
HSL110.14º86.56%49.61%-
HSV(B)110.14º92.8%92.55%-
XYZ31.5660.7910.6-
YUV156.3249.3754.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 236 (92.58% from 255) = 77.12%
BLUE value IS 17 (7.03% from 255) = 5.56%
R=17.32%
G=77.12%
B=5.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53236170.7800.930.07110.1486.5649.61
Hex35EC114E05D76e5732
Octal65354211160135715612762
Binary110101111011001000110011100101110111111011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,236,17); }

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

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

 a { background-color: rgb(53,236,17); }

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

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

 span { border-color: rgb(53,236,17); }

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