#52CD76

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

Shades of Emerald #52CD76

Tints of Emerald #52CD76

Color information

#52CD76 (or 0x52CD76) is unknown color: approx Emerald. HEX triplet: 52, CD and 76. RGB value is (82,205,118). Sum of RGB (Red+Green+Blue) = 82+205+118=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CD76 is #AD3289. Grayscale: #9E9E9E. Windows color (decimal): -11350666 or 7785810. OLE color: 7785810.

HSL color Cylindrical-coordinate representation of color #52CD76: hue angle of 137.56º 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 #52CD76 is Cyan = 0.6, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB82205118-
CMYK0.600.420.20
HSL137.56º55.16%56.27%-
HSV(B)137.56º60%80.39%-
XYZ28.5846.7624.66-
YUV158.3105.2573.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 205 (80.47% from 255) = 50.62%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=20.25%
G=50.62%
B=29.14%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822051180.600.420.20137.5655.1656.27
Hex52CD763C02A148a3738
Octal12231516674052242126770
Binary101001011001101111011011110001010101010010001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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