#52CD6D

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

Shades of Emerald #52CD6D

Tints of Emerald #52CD6D

Color information

#52CD6D (or 0x52CD6D) is unknown color: approx Emerald. HEX triplet: 52, CD and 6D. RGB value is (82,205,109). Sum of RGB (Red+Green+Blue) = 82+205+109=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CD6D is #AD3292. Grayscale: #9D9D9D. Windows color (decimal): -11350675 or 7195986. OLE color: 7195986.

HSL color Cylindrical-coordinate representation of color #52CD6D: hue angle of 133.17º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CD6D is Cyan = 0.6, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB82205109-
CMYK0.600.470.20
HSL133.17º55.16%56.27%-
HSV(B)133.17º60%80.39%-
XYZ28.0746.5621.98-
YUV157.28100.7574.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 205 (80.47% from 255) = 51.77%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=20.71%
G=51.77%
B=27.53%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822051090.600.470.20133.1755.1656.27
Hex52CD6D3C02F14853738
Octal12231515574057242056770
Binary101001011001101110110111110001011111010010000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52CD6D; }

 p { color: rgb(82,205,109); }

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

<style>
 a { background-color: #52CD6D; }

 a { background-color: rgb(82,205,109); }

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

<style>
 span { border-color: #52CD6D; }

 span { border-color: rgb(82,205,109); }

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