#52D578

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

Shades of Emerald #52D578

Tints of Emerald #52D578

Color information

#52D578 (or 0x52D578) is unknown color: approx Emerald. HEX triplet: 52, D5 and 78. RGB value is (82,213,120). Sum of RGB (Red+Green+Blue) = 82+213+120=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #52D578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D578 is #AD2A87. Grayscale: #A3A3A3. Windows color (decimal): -11348616 or 7918930. OLE color: 7918930.

HSL color Cylindrical-coordinate representation of color #52D578: hue angle of 137.4º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D578 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB82213120-
CMYK0.6200.440.16
HSL137.4º60.93%57.84%-
HSV(B)137.4º61.5%83.53%-
XYZ30.6650.7425.95-
YUV163.23103.670.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 213 (83.59% from 255) = 51.33%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=19.76%
G=51.33%
B=28.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822131200.6200.440.16137.460.9357.84
Hex52D5783E02C10893d3a
Octal12232517076054202117572
Binary101001011010101111100011111001011001000010001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,213,120); }

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

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

 a { background-color: rgb(82,213,120); }

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

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

 span { border-color: rgb(82,213,120); }

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