#36EE08

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

Shades of Harlequin #36EE08

Tints of Harlequin #36EE08

Color information

#36EE08 (or 0x36EE08) is unknown color: approx Harlequin. HEX triplet: 36, EE and 08. RGB value is (54,238,8). Sum of RGB (Red+Green+Blue) = 54+238+8=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 238 (93.36% from 255 or 79.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 238 - color contains mainly: green. Hex color #36EE08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EE08 is #C911F7. Grayscale: #9D9D9D. Windows color (decimal): -13177336 or 585270. OLE color: 585270.

HSL color Cylindrical-coordinate representation of color #36EE08: hue angle of 108º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36EE08 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB542388-
CMYK0.7700.970.07
HSL108º93.5%48.24%-
HSV(B)108º96.64%93.33%-
XYZ32.1461.9510.49-
YUV156.7644.0454.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 238 (93.36% from 255) = 79.33%
BLUE value IS 8 (3.52% from 255) = 2.67%
R=18%
G=79.33%
B=2.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5423880.7700.970.0710893.548.24
Hex36EE84D06176c5d30
Octal66356101150141715413560
Binary11011011101110100010011010110000111111011001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,238,8); }

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

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

 a { background-color: rgb(54,238,8); }

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

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

 span { border-color: rgb(54,238,8); }

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