#52DA6A

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

Shades of Emerald #52DA6A

Tints of Emerald #52DA6A

Color information

#52DA6A (or 0x52DA6A) is unknown color: approx Emerald. HEX triplet: 52, DA and 6A. RGB value is (82,218,106). Sum of RGB (Red+Green+Blue) = 82+218+106=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA6A is #AD2595. Grayscale: #A4A4A4. Windows color (decimal): -11347350 or 7002706. OLE color: 7002706.

HSL color Cylindrical-coordinate representation of color #52DA6A: hue angle of 130.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA6A is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB82218106-
CMYK0.6200.510.15
HSL130.59º64.76%58.82%-
HSV(B)130.59º62.39%85.49%-
XYZ31.1552.9822.22-
YUV164.5794.9469.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 218 (85.55% from 255) = 53.69%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=20.20%
G=53.69%
B=26.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822181060.6200.510.15130.5964.7658.82
Hex52DA6A3E033F83413b
Octal122332152760631720310173
Binary101001011011010110101011111001100111111100000111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,218,106); }

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

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

 a { background-color: rgb(82,218,106); }

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

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

 span { border-color: rgb(82,218,106); }

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