#52CE73

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

Shades of Emerald #52CE73

Tints of Emerald #52CE73

Color information

#52CE73 (or 0x52CE73) is unknown color: approx Emerald. HEX triplet: 52, CE and 73. RGB value is (82,206,115). Sum of RGB (Red+Green+Blue) = 82+206+115=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE73 is #AD318C. Grayscale: #9E9E9E. Windows color (decimal): -11350413 or 7589458. OLE color: 7589458.

HSL color Cylindrical-coordinate representation of color #52CE73: hue angle of 135.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE73 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB82206115-
CMYK0.6000.440.19
HSL135.97º55.86%56.47%-
HSV(B)135.97º60.19%80.78%-
XYZ28.6547.1723.82-
YUV158.55103.4273.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.35%
GREEN value IS 206 (80.86% from 255) = 51.12%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=20.35%
G=51.12%
B=28.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal822061150.6000.440.19135.9755.8656.47
Hex52CE733C02C13883838
Octal12231616374054232107070
Binary101001011001110111001111110001011001001110001000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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