#36E613

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

Shades of Harlequin #36E613

Tints of Harlequin #36E613

Color information

#36E613 (or 0x36E613) is unknown color: approx Harlequin. HEX triplet: 36, E6 and 13. RGB value is (54,230,19). Sum of RGB (Red+Green+Blue) = 54+230+19=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 230 (90.23% from 255 or 75.91% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 230 - color contains mainly: green. Hex color #36E613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36E613 is #C919EC. Grayscale: #999999. Windows color (decimal): -13179373 or 1304118. OLE color: 1304118.

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

Color convert

RGB5423019-
CMYK0.7700.920.10
HSL110.05º84.74%48.82%-
HSV(B)110.05º91.74%90.2%-
XYZ29.9457.4210.12-
YUV153.3252.1957.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 230 (90.23% from 255) = 75.91%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=17.82%
G=75.91%
B=6.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal54230190.7700.920.10110.0584.7448.82
Hex36E6134D05CA6e5531
Octal663462311501341215612561
Binary1101101110011010011100110101011100101011011101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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