#36E504

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

Shades of Harlequin #36E504

Tints of Harlequin #36E504

Color information

#36E504 (or 0x36E504) is unknown color: approx Harlequin. HEX triplet: 36, E5 and 04. RGB value is (54,229,4). Sum of RGB (Red+Green+Blue) = 54+229+4=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 229 (89.84% from 255 or 79.79% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 229 - color contains mainly: green. Hex color #36E504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36E504 is #C91AFB. Grayscale: #979797. Windows color (decimal): -13179644 or 320822. OLE color: 320822.

HSL color Cylindrical-coordinate representation of color #36E504: hue angle of 106.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36E504 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB542294-
CMYK0.7600.980.10
HSL106.67º96.57%45.69%-
HSV(B)106.67º98.25%89.8%-
XYZ29.5656.839.53-
YUV151.0245.0258.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 229 (89.84% from 255) = 79.79%
BLUE value IS 4 (1.95% from 255) = 1.39%
R=18.82%
G=79.79%
B=1.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal5422940.7600.980.10106.6796.5745.69
Hex36E544C062A6b612e
Octal66345411401421215314156
Binary11011011100101100100110001100010101011010111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,229,4); }

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

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

 a { background-color: rgb(54,229,4); }

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

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

 span { border-color: rgb(54,229,4); }

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