#36F118

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

Shades of Harlequin #36F118

Tints of Harlequin #36F118

Color information

#36F118 (or 0x36F118) is unknown color: approx Harlequin. HEX triplet: 36, F1 and 18. RGB value is (54,241,24). Sum of RGB (Red+Green+Blue) = 54+241+24=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #36F118 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F118 is #C90EE7. Grayscale: #A1A1A1. Windows color (decimal): -13176552 or 1634614. OLE color: 1634614.

HSL color Cylindrical-coordinate representation of color #36F118: hue angle of 111.71º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36F118 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB5424124-
CMYK0.7800.900.05
HSL111.71º88.57%51.96%-
HSV(B)111.71º90.04%94.51%-
XYZ33.1463.7611.42-
YUV160.3551.0552.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 241 (94.53% from 255) = 75.55%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=16.93%
G=75.55%
B=7.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal54241240.7800.900.05111.7188.5751.96
Hex36F1184E05A5705934
Octal66361301160132516013164
Binary110110111100011100010011100101101010111100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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