#52C475

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

Shades of Emerald #52C475

Tints of Emerald #52C475

Color information

#52C475 (or 0x52C475) is unknown color: approx Emerald. HEX triplet: 52, C4 and 75. RGB value is (82,196,117). Sum of RGB (Red+Green+Blue) = 82+196+117=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #52C475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C475 is #AD3B8A. Grayscale: #999999. Windows color (decimal): -11352971 or 7717970. OLE color: 7717970.

HSL color Cylindrical-coordinate representation of color #52C475: hue angle of 138.42º 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 #52C475 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB82196117-
CMYK0.5800.400.23
HSL138.42º49.14%54.51%-
HSV(B)138.42º58.16%76.86%-
XYZ26.4342.5623.65-
YUV152.91107.7377.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 196 (76.95% from 255) = 49.62%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=20.76%
G=49.62%
B=29.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961170.5800.400.23138.4249.1454.51
Hex52C4753A028178a3137
Octal12230416572050272126167
Binary101001011000100111010111101001010001011110001010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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