Html Css Color HEX #36F010 Harlequin

📋 copy color: '#36F010'

red 54 ◦ green 240 ◦ blue 16

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

Shades of Harlequin #36F010

Tints of Harlequin #36F010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 77.42%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 17.42%
G = 77.42%
B = 5.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#36F010 (or 0x36F010) is known color: Harlequin. HEX triplet: 36, F0 and 10. RGB value is (54,240,16). Sum of RGB (Red+Green+Blue) = 54+240+16=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #36F010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F010 is #C90FEF. Grayscale: #9F9F9F. Windows color (decimal): -13176816 or 1110070. OLE color: 1110070.

HSL color Cylindrical-coordinate representation of color #36F010: hue angle of 109.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36F010 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 240 16 -
CMYK 0.78 0 0.93 0.06
HSL 109.82º 0.88% 0.5% -
HSV(B) 109.82º 0.93% 0.94% -
XYZ 32.77 63.14 10.95 -
YUV 158.85 47.38 53.21 -
System Red Green Blue C M Y K H S L
Decimal 54 240 16 0.78 0 0.93 0.06 109.82 0.88 0.5
Hex 36 F0 10 4E 0 5D 6 6E 58 32
Octal 66 360 20 116 0 135 6 156 130 62
Binary 110110 11110000 10000 1001110 0 1011101 110 1101110 1011000 110010

Color Harmonies of #36F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F010

Black with #36F010

Text Example


Text Example

White with #36F010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,240,16); }

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

background-color css

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

 a { background-color: rgb(54,240,16); }

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

border-color css

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

 span { border-color: rgb(54,240,16); }

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