#52DF73

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

Shades of Emerald #52DF73

Tints of Emerald #52DF73

Color information

#52DF73 (or 0x52DF73) is unknown color: approx Emerald. HEX triplet: 52, DF and 73. RGB value is (82,223,115). Sum of RGB (Red+Green+Blue) = 82+223+115=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF73 is #AD208C. Grayscale: #A8A8A8. Windows color (decimal): -11346061 or 7593810. OLE color: 7593810.

HSL color Cylindrical-coordinate representation of color #52DF73: hue angle of 134.04º 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 #52DF73 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB82223115-
CMYK0.6300.480.13
HSL134.04º68.78%59.8%-
HSV(B)134.04º63.23%87.45%-
XYZ32.9655.8125.25-
YUV168.5397.7966.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.52%
GREEN value IS 223 (87.5% from 255) = 53.10%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=19.52%
G=53.10%
B=27.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822231150.6300.480.13134.0468.7859.8
Hex52DF733F030D86453c
Octal122337163770601520610574
Binary101001011011111111001111111101100001101100001101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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