#52C975

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

Shades of Emerald #52C975

Tints of Emerald #52C975

Color information

#52C975 (or 0x52C975) is unknown color: approx Emerald. HEX triplet: 52, C9 and 75. RGB value is (82,201,117). Sum of RGB (Red+Green+Blue) = 82+201+117=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #52C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C975 is #AD368A. Grayscale: #9C9C9C. Windows color (decimal): -11351691 or 7719250. OLE color: 7719250.

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

Color convert

RGB82201117-
CMYK0.5900.420.21
HSL137.65º52.42%55.49%-
HSV(B)137.65º59.2%78.82%-
XYZ27.5844.8524.03-
YUV155.84106.0875.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 201 (78.91% from 255) = 50.25%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=20.5%
G=50.25%
B=29.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822011170.5900.420.21137.6552.4255.49
Hex52C9753B02A158a3437
Octal12231116573052252126467
Binary101001011001001111010111101101010101010110001010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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