#36FB18

Color #36FB18 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #36FB18

Tints of Harlequin #36FB18

Color information

#36FB18 (or 0x36FB18) is unknown color: approx Harlequin. HEX triplet: 36, FB and 18. RGB value is (54,251,24). Sum of RGB (Red+Green+Blue) = 54+251+24=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #36FB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FB18 is #C904E7. Grayscale: #A6A6A6. Windows color (decimal): -13173992 or 1637174. OLE color: 1637174.

HSL color Cylindrical-coordinate representation of color #36FB18: hue angle of 112.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36FB18 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB5425124-
CMYK0.7800.900.02
HSL112.07º96.6%53.92%-
HSV(B)112.07º90.44%98.43%-
XYZ36.1869.8412.44-
YUV166.2247.7347.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 251 (98.44% from 255) = 76.29%
BLUE value IS 24 (9.77% from 255) = 7.29%
R=16.41%
G=76.29%
B=7.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal54251240.7800.900.02112.0796.653.92
Hex36FB184E05A2706136
Octal66373301160132216014166
Binary11011011111011110001001110010110101011100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,251,24); }

 H1.HeaderClassName
 {
   color: #36FB18;
 }
 .AnyTagClassName
 {
   color: #36FB18;
 }
</style>
background-color css

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

 a { background-color: rgb(54,251,24); }

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

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

 span { border-color: rgb(54,251,24); }

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