#52C96C

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

Shades of Emerald #52C96C

Tints of Emerald #52C96C

Color information

#52C96C (or 0x52C96C) is unknown color: approx Emerald. HEX triplet: 52, C9 and 6C. RGB value is (82,201,108). Sum of RGB (Red+Green+Blue) = 82+201+108=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #52C96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C96C is #AD3693. Grayscale: #9B9B9B. Windows color (decimal): -11351700 or 7129426. OLE color: 7129426.

HSL color Cylindrical-coordinate representation of color #52C96C: hue angle of 133.11º 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 #52C96C is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB82201108-
CMYK0.5900.460.21
HSL133.11º52.42%55.49%-
HSV(B)133.11º59.2%78.82%-
XYZ27.0744.6521.38-
YUV154.82101.5876.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 201 (78.91% from 255) = 51.41%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=20.97%
G=51.41%
B=27.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822011080.5900.460.21133.1152.4255.49
Hex52C96C3B02E15853437
Octal12231115473056252056467
Binary101001011001001110110011101101011101010110000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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