#36F31E

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

Shades of Harlequin #36F31E

Tints of Harlequin #36F31E

Color information

#36F31E (or 0x36F31E) is unknown color: approx Harlequin. HEX triplet: 36, F3 and 1E. RGB value is (54,243,30). Sum of RGB (Red+Green+Blue) = 54+243+30=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #36F31E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F31E is #C90CE1. Grayscale: #A2A2A2. Windows color (decimal): -13176034 or 2028342. OLE color: 2028342.

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

Color convert

RGB5424330-
CMYK0.7800.880.05
HSL113.24º89.87%53.53%-
HSV(B)113.24º87.65%95.29%-
XYZ33.8164.9811.99-
YUV162.2153.3850.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 243 (95.31% from 255) = 74.31%
BLUE value IS 30 (12.11% from 255) = 9.17%
R=16.51%
G=74.31%
B=9.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal54243300.7800.880.05113.2489.8753.53
Hex36F31E4E0585715a36
Octal66363361160130516113266
Binary110110111100111111010011100101100010111100011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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