#36EB04

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

Shades of Harlequin #36EB04

Tints of Harlequin #36EB04

Color information

#36EB04 (or 0x36EB04) is unknown color: approx Harlequin. HEX triplet: 36, EB and 04. RGB value is (54,235,4). Sum of RGB (Red+Green+Blue) = 54+235+4=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 235 (92.19% from 255 or 80.20% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 235 - color contains mainly: green. Hex color #36EB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EB04 is #C914FB. Grayscale: #9B9B9B. Windows color (decimal): -13178108 or 322358. OLE color: 322358.

HSL color Cylindrical-coordinate representation of color #36EB04: hue angle of 107.01º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36EB04 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB542354-
CMYK0.7700.980.08
HSL107.01º96.65%46.86%-
HSV(B)107.01º98.3%92.16%-
XYZ31.2560.2110.09-
YUV154.5543.0356.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 235 (92.19% from 255) = 80.20%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=18.43%
G=80.20%
B=1.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal5423540.7700.980.08107.0196.6546.86
Hex36EB44D06286b612f
Octal66353411501421015314157
Binary11011011101011100100110101100010100011010111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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