#36F51E

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

Shades of Harlequin #36F51E

Tints of Harlequin #36F51E

Color information

#36F51E (or 0x36F51E) is unknown color: approx Harlequin. HEX triplet: 36, F5 and 1E. RGB value is (54,245,30). Sum of RGB (Red+Green+Blue) = 54+245+30=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 245 (96.09% from 255 or 74.47% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 245 - color contains mainly: green. Hex color #36F51E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F51E is #C90AE1. Grayscale: #A4A4A4. Windows color (decimal): -13175522 or 2028854. OLE color: 2028854.

HSL color Cylindrical-coordinate representation of color #36F51E: hue angle of 113.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36F51E is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB5424530-
CMYK0.7800.880.04
HSL113.3º91.49%53.92%-
HSV(B)113.3º87.76%96.08%-
XYZ34.4166.1812.19-
YUV163.3852.7249.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 245 (96.09% from 255) = 74.47%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=16.41%
G=74.47%
B=9.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal54245300.7800.880.04113.391.4953.92
Hex36F51E4E0584715b36
Octal66365361160130416113366
Binary110110111101011111010011100101100010011100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,245,30); }

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

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

 a { background-color: rgb(54,245,30); }

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

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

 span { border-color: rgb(54,245,30); }

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