#52C982

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

Shades of Emerald #52C982

Tints of Emerald #52C982

Color information

#52C982 (or 0x52C982) is unknown color: approx Emerald. HEX triplet: 52, C9 and 82. RGB value is (82,201,130). Sum of RGB (Red+Green+Blue) = 82+201+130=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #52C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C982 is #AD367D. Grayscale: #9D9D9D. Windows color (decimal): -11351678 or 8571218. OLE color: 8571218.

HSL color Cylindrical-coordinate representation of color #52C982: hue angle of 144.2º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C982 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB82201130-
CMYK0.5900.350.21
HSL144.2º52.42%55.49%-
HSV(B)144.2º59.2%78.82%-
XYZ28.445.1828.34-
YUV157.32112.5874.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.85%
GREEN value IS 201 (78.91% from 255) = 48.67%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=19.85%
G=48.67%
B=31.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822011300.5900.350.21144.252.4255.49
Hex52C9823B02315903437
Octal12231120273043252206467
Binary1010010110010011000001011101101000111010110010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,201,130); }

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

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

 a { background-color: rgb(82,201,130); }

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

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

 span { border-color: rgb(82,201,130); }

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