#52C477

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

Shades of Emerald #52C477

Tints of Emerald #52C477

Color information

#52C477 (or 0x52C477) is unknown color: approx Emerald. HEX triplet: 52, C4 and 77. RGB value is (82,196,119). Sum of RGB (Red+Green+Blue) = 82+196+119=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #52C477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C477 is #AD3B88. Grayscale: #999999. Windows color (decimal): -11352969 or 7849042. OLE color: 7849042.

HSL color Cylindrical-coordinate representation of color #52C477: hue angle of 139.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C477 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB82196119-
CMYK0.5800.390.23
HSL139.47º49.14%54.51%-
HSV(B)139.47º58.16%76.86%-
XYZ26.5542.6124.28-
YUV153.14108.7377.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 196 (76.95% from 255) = 49.37%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=20.65%
G=49.37%
B=29.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961190.5800.390.23139.4749.1454.51
Hex52C4773A027178b3137
Octal12230416772047272136167
Binary101001011000100111011111101001001111011110001011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,119); }

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

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

 a { background-color: rgb(82,196,119); }

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

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

 span { border-color: rgb(82,196,119); }

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