#36FB0E

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

Shades of Harlequin #36FB0E

Tints of Harlequin #36FB0E

Color information

#36FB0E (or 0x36FB0E) is unknown color: approx Harlequin. HEX triplet: 36, FB and 0E. RGB value is (54,251,14). Sum of RGB (Red+Green+Blue) = 54+251+14=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 251 (98.44% from 255 or 78.68% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 251 - color contains mainly: green. Hex color #36FB0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FB0E is #C904F1. Grayscale: #A5A5A5. Windows color (decimal): -13174002 or 981814. OLE color: 981814.

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

Color convert

RGB5425114-
CMYK0.7800.940.02
HSL109.87º96.73%51.96%-
HSV(B)109.87º94.42%98.43%-
XYZ36.169.8111.99-
YUV165.0842.7348.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 251 (98.44% from 255) = 78.68%
BLUE value IS 14 (5.86% from 255) = 4.39%
R=16.93%
G=78.68%
B=4.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal54251140.7800.940.02109.8796.7351.96
Hex36FBE4E05E26e6134
Octal66373161160136215614164
Binary1101101111101111101001110010111101011011101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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