#52C66D

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

Shades of Emerald #52C66D

Tints of Emerald #52C66D

Color information

#52C66D (or 0x52C66D) is unknown color: approx Emerald. HEX triplet: 52, C6 and 6D. RGB value is (82,198,109). Sum of RGB (Red+Green+Blue) = 82+198+109=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #52C66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C66D is #AD3992. Grayscale: #999999. Windows color (decimal): -11352467 or 7194194. OLE color: 7194194.

HSL color Cylindrical-coordinate representation of color #52C66D: hue angle of 133.97º degrees, saturation: 0.5, 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 #52C66D is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB82198109-
CMYK0.5900.450.22
HSL133.97º50.43%54.9%-
HSV(B)133.97º58.59%77.65%-
XYZ26.4343.2921.43-
YUV153.17103.0777.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 198 (77.73% from 255) = 50.90%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=21.08%
G=50.90%
B=28.02%

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
Decimal821981090.5900.450.22133.9750.4354.9
Hex52C66D3B02D16863237
Octal12230615573055262066267
Binary101001011000110110110111101101011011011010000110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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