#36DC61

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

Shades of Emerald #36DC61

Tints of Emerald #36DC61

Color information

#36DC61 (or 0x36DC61) is unknown color: approx Emerald. HEX triplet: 36, DC and 61. RGB value is (54,220,97). Sum of RGB (Red+Green+Blue) = 54+220+97=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36DC61 is #C9239E. Grayscale: #9C9C9C. Windows color (decimal): -13181855 or 6413366. OLE color: 6413366.

HSL color Cylindrical-coordinate representation of color #36DC61: hue angle of 135.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DC61 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB5422097-
CMYK0.7500.560.14
HSL135.54º70.34%53.73%-
HSV(B)135.54º75.45%86.27%-
XYZ29.2752.8319.96-
YUV156.3494.555-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.56%
GREEN value IS 220 (86.33% from 255) = 59.30%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=14.56%
G=59.30%
B=26.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal54220970.7500.560.14135.5470.3453.73
Hex36DC614B038E884636
Octal663341411130701621010666
Binary110110110111001100001100101101110001110100010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,220,97); }

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

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

 a { background-color: rgb(54,220,97); }

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

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

 span { border-color: rgb(54,220,97); }

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