Html Css Color HEX #36FF04 Harlequin

📋 copy color: '#36FF04'

red 54 ◦ green 255 ◦ blue 4

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

Shades of Harlequin #36FF04

Tints of Harlequin #36FF04

RGB

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

 GREEN value IS 255 (100% from 255) = 81.47%

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

R = 17.25%
G = 81.47%
B = 1.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#36FF04 (or 0x36FF04) is known color: Harlequin. HEX triplet: 36, FF and 04. RGB value is (54,255,4). Sum of RGB (Red+Green+Blue) = 54+255+4=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 255 (100% from 255 or 81.47% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FF04 is #C900FB. Grayscale: #A7A7A7. Windows color (decimal): -13172988 or 327478. OLE color: 327478.

HSL color Cylindrical-coordinate representation of color #36FF04: hue angle of 108.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36FF04 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 54 255 4 -
CMYK 0.79 0 0.98 0
HSL 108.05º 1% 0.51% -
HSV(B) 108.05º 0.98% 1% -
XYZ 37.3 72.31 12.11 -
YUV 166.29 36.41 47.91 -
System Red Green Blue C M Y K H S L
Decimal 54 255 4 0.79 0 0.98 0 108.05 1 0.51
Hex 36 FF 4 4F 0 62 0 6C 64 33
Octal 66 377 4 117 0 142 0 154 144 63
Binary 110110 11111111 100 1001111 0 1100010 0 1101100 1100100 110011

Color Harmonies of #36FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FF04

Black with #36FF04

Text Example


Text Example

White with #36FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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