#36E713

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

Shades of Harlequin #36E713

Tints of Harlequin #36E713

Color information

#36E713 (or 0x36E713) is unknown color: approx Harlequin. HEX triplet: 36, E7 and 13. RGB value is (54,231,19). Sum of RGB (Red+Green+Blue) = 54+231+19=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 231 (90.62% from 255 or 75.99% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 231 - color contains mainly: green. Hex color #36E713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36E713 is #C918EC. Grayscale: #9A9A9A. Windows color (decimal): -13179117 or 1304374. OLE color: 1304374.

HSL color Cylindrical-coordinate representation of color #36E713: hue angle of 110.09º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36E713 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB5423119-
CMYK0.7700.920.09
HSL110.09º84.8%49.02%-
HSV(B)110.09º91.77%90.59%-
XYZ30.2157.9810.22-
YUV153.9151.8656.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 231 (90.62% from 255) = 75.99%
BLUE value IS 19 (7.81% from 255) = 6.25%
R=17.76%
G=75.99%
B=6.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal54231190.7700.920.09110.0984.849.02
Hex36E7134D05C96e5531
Octal663472311501341115612561
Binary1101101110011110011100110101011100100111011101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,231,19); }

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

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

 a { background-color: rgb(54,231,19); }

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

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

 span { border-color: rgb(54,231,19); }

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