Html Css Color HEX #36F012 Harlequin

📋 copy color: '#36F012'

red 54 ◦ green 240 ◦ blue 18

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

Shades of Harlequin #36F012

Tints of Harlequin #36F012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 17.31%
G = 76.92%
B = 5.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#36F012 (or 0x36F012) is known color: Harlequin. HEX triplet: 36, F0 and 12. RGB value is (54,240,18). Sum of RGB (Red+Green+Blue) = 54+240+18=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 240 (94.14% from 255 or 76.92% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 240 - color contains mainly: green. Hex color #36F012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F012 is #C90FED. Grayscale: #9F9F9F. Windows color (decimal): -13176814 or 1241142. OLE color: 1241142.

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

Color convert

RGB 54 240 18 -
CMYK 0.78 0 0.92 0.06
HSL 110.27º 0.88% 0.51% -
HSV(B) 110.27º 0.93% 0.94% -
XYZ 32.79 63.15 11.03 -
YUV 159.08 48.38 53.05 -
System Red Green Blue C M Y K H S L
Decimal 54 240 18 0.78 0 0.92 0.06 110.27 0.88 0.51
Hex 36 F0 12 4E 0 5C 6 6E 58 33
Octal 66 360 22 116 0 134 6 156 130 63
Binary 110110 11110000 10010 1001110 0 1011100 110 1101110 1011000 110011

Color Harmonies of #36F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F012

Black with #36F012

Text Example


Text Example

White with #36F012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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