#36EA13

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

Shades of Harlequin #36EA13

Tints of Harlequin #36EA13

Color information

#36EA13 (or 0x36EA13) is unknown color: approx Harlequin. HEX triplet: 36, EA and 13. RGB value is (54,234,19). Sum of RGB (Red+Green+Blue) = 54+234+19=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #36EA13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EA13 is #C915EC. Grayscale: #9C9C9C. Windows color (decimal): -13178349 or 1305142. OLE color: 1305142.

HSL color Cylindrical-coordinate representation of color #36EA13: hue angle of 110.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36EA13 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB5423419-
CMYK0.7700.920.08
HSL110.23º84.98%49.61%-
HSV(B)110.23º91.88%91.76%-
XYZ31.0659.6810.5-
YUV155.6750.8755.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 234 (91.80% from 255) = 76.22%
BLUE value IS 19 (7.81% from 255) = 6.19%
R=17.59%
G=76.22%
B=6.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal54234190.7700.920.08110.2384.9849.61
Hex36EA134D05C86e5532
Octal663522311501341015612562
Binary1101101110101010011100110101011100100011011101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36EA13; }

 p { color: rgb(54,234,19); }

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

<style>
 a { background-color: #36EA13; }

 a { background-color: rgb(54,234,19); }

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

<style>
 span { border-color: #36EA13; }

 span { border-color: rgb(54,234,19); }

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