#36ef0f

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

Shades of Harlequin #36EF0F

Tints of Harlequin #36EF0F

Color information

#36EF0F (or 0x36EF0F) is unknown color: approx Harlequin. HEX triplet: 36, EF and 0F. RGB value is (54,239,15). Sum of RGB (Red+Green+Blue) = 54+239+15=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 239 (93.75% from 255 or 77.60% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 239 - color contains mainly: green. Hex color #36EF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EF0F is #C910F0. Grayscale: #9E9E9E. Windows color (decimal): -13177073 or 1044278. OLE color: 1044278.

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

Color convert

RGB5423915-
CMYK0.7700.940.06
HSL109.55º88.19%49.8%-
HSV(B)109.55º93.72%93.73%-
XYZ32.4762.5510.81-
YUV158.1547.2153.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 239 (93.75% from 255) = 77.60%
BLUE value IS 15 (6.25% from 255) = 4.87%
R=17.53%
G=77.60%
B=4.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal54239150.7700.940.06109.5588.1949.8
Hex36EFF4D05E66e5832
Octal66357171150136615613062
Binary11011011101111111110011010101111011011011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36ef0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,239,15); }

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

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

 a { background-color: rgb(54,239,15); }

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

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

 span { border-color: rgb(54,239,15); }

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