#52C76D

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

Shades of Emerald #52C76D

Tints of Emerald #52C76D

Color information

#52C76D (or 0x52C76D) is unknown color: approx Emerald. HEX triplet: 52, C7 and 6D. RGB value is (82,199,109). Sum of RGB (Red+Green+Blue) = 82+199+109=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #52C76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C76D is #AD3892. Grayscale: #9A9A9A. Windows color (decimal): -11352211 or 7194450. OLE color: 7194450.

HSL color Cylindrical-coordinate representation of color #52C76D: hue angle of 133.85º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C76D is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB82199109-
CMYK0.5900.450.22
HSL133.85º51.09%55.1%-
HSV(B)133.85º58.79%78.04%-
XYZ26.6643.7421.51-
YUV153.76102.7476.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 199 (78.12% from 255) = 51.03%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=21.03%
G=51.03%
B=27.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821991090.5900.450.22133.8551.0955.1
Hex52C76D3B02D16863337
Octal12230715573055262066367
Binary101001011000111110110111101101011011011010000110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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