#52D863

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

Shades of Emerald #52D863

Tints of Emerald #52D863

Color information

#52D863 (or 0x52D863) is unknown color: approx Emerald. HEX triplet: 52, D8 and 63. RGB value is (82,216,99). Sum of RGB (Red+Green+Blue) = 82+216+99=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #52D863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D863 is #AD279C. Grayscale: #A2A2A2. Windows color (decimal): -11347869 or 6543442. OLE color: 6543442.

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

Color convert

RGB8221699-
CMYK0.6200.540.15
HSL127.61º63.21%58.43%-
HSV(B)127.61º62.04%84.71%-
XYZ30.2951.8120.21-
YUV162.692.1170.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 216 (84.77% from 255) = 54.41%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=20.65%
G=54.41%
B=24.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82216990.6200.540.15127.6163.2158.43
Hex52D8633E036F803f3a
Octal12233014376066172007772
Binary10100101101100011000111111100110110111110000000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,216,99); }

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

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

 a { background-color: rgb(82,216,99); }

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

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

 span { border-color: rgb(82,216,99); }

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