Html Css Color HEX #36DC04 Harlequin

📋 copy color: '#36DC04'

red 54 ◦ green 220 ◦ blue 4

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

Shades of Harlequin #36DC04

Tints of Harlequin #36DC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 19.42%
G = 79.14%
B = 1.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#36DC04 (or 0x36DC04) is known color: Harlequin. HEX triplet: 36, DC and 04. RGB value is (54,220,4). Sum of RGB (Red+Green+Blue) = 54+220+4=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 220 (86.33% from 255 or 79.14% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DC04 is #C923FB. Grayscale: #929292. Windows color (decimal): -13181948 or 318518. OLE color: 318518.

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

Color convert

RGB 54 220 4 -
CMYK 0.75 0 0.98 0.14
HSL 106.11º 0.96% 0.44% -
HSV(B) 106.11º 0.98% 0.86% -
XYZ 27.14 51.98 8.72 -
YUV 145.74 48 62.56 -
System Red Green Blue C M Y K H S L
Decimal 54 220 4 0.75 0 0.98 0.14 106.11 0.96 0.44
Hex 36 DC 4 4B 0 62 E 6A 60 2C
Octal 66 334 4 113 0 142 16 152 140 54
Binary 110110 11011100 100 1001011 0 1100010 1110 1101010 1100000 101100

Color Harmonies of #36DC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DC04

Black with #36DC04

Text Example


Text Example

White with #36DC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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