Html Css Color HEX #36DC08 Harlequin

📋 copy color: '#36DC08'

red 54 ◦ green 220 ◦ blue 8

#36DC08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #36DC08

Tints of Harlequin #36DC08

RGB

 RED value IS 54 (21.48% from 255) = 19.15%

 GREEN value IS 220 (86.33% from 255) = 78.01%

 BLUE value IS 8 (3.52% from 255) = 2.84%

R = 19.15%
G = 78.01%
B = 2.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#36DC08 (or 0x36DC08) is known color: Harlequin. HEX triplet: 36, DC and 08. RGB value is (54,220,8). Sum of RGB (Red+Green+Blue) = 54+220+8=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DC08 is #C923F7. Grayscale: #929292. Windows color (decimal): -13181944 or 580662. OLE color: 580662.

HSL color Cylindrical-coordinate representation of color #36DC08: hue angle of 106.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36DC08 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 220 8 -
CMYK 0.75 0 0.96 0.14
HSL 106.98º 0.93% 0.45% -
HSV(B) 106.98º 0.96% 0.86% -
XYZ 27.16 51.99 8.83 -
YUV 146.2 50 62.24 -
System Red Green Blue C M Y K H S L
Decimal 54 220 8 0.75 0 0.96 0.14 106.98 0.93 0.45
Hex 36 DC 8 4B 0 60 E 6B 5D 2D
Octal 66 334 10 113 0 140 16 153 135 55
Binary 110110 11011100 1000 1001011 0 1100000 1110 1101011 1011101 101101

Color Harmonies of #36DC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DC08

Black with #36DC08

Text Example


Text Example

White with #36DC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36DC08;
 }
 .AnyTagClassName
 {
   color: #36DC08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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