#52DF6A

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

Shades of Emerald #52DF6A

Tints of Emerald #52DF6A

Color information

#52DF6A (or 0x52DF6A) is unknown color: approx Emerald. HEX triplet: 52, DF and 6A. RGB value is (82,223,106). Sum of RGB (Red+Green+Blue) = 82+223+106=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF6A is #AD2095. Grayscale: #A7A7A7. Windows color (decimal): -11346070 or 7003986. OLE color: 7003986.

HSL color Cylindrical-coordinate representation of color #52DF6A: hue angle of 130.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF6A is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB82223106-
CMYK0.6300.520.13
HSL130.21º68.78%59.8%-
HSV(B)130.21º63.23%87.45%-
XYZ32.4755.6122.66-
YUV167.593.2967.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 223 (87.5% from 255) = 54.26%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=19.95%
G=54.26%
B=25.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822231060.6300.520.13130.2168.7859.8
Hex52DF6A3F034D82453c
Octal122337152770641520210574
Binary101001011011111110101011111101101001101100000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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