#52D885

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

Shades of Emerald #52D885

Tints of Emerald #52D885

Color information

#52D885 (or 0x52D885) is unknown color: approx Emerald. HEX triplet: 52, D8 and 85. RGB value is (82,216,133). Sum of RGB (Red+Green+Blue) = 82+216+133=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #52D885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D885 is #AD277A. Grayscale: #A6A6A6. Windows color (decimal): -11347835 or 8771666. OLE color: 8771666.

HSL color Cylindrical-coordinate representation of color #52D885: hue angle of 142.84º 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 #52D885 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB82216133-
CMYK0.6200.380.15
HSL142.84º63.21%58.43%-
HSV(B)142.84º62.04%84.71%-
XYZ32.2752.630.64-
YUV166.47109.1167.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 216 (84.77% from 255) = 50.12%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=19.03%
G=50.12%
B=30.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822161330.6200.380.15142.8463.2158.43
Hex52D8853E026F8f3f3a
Octal12233020576046172177772
Binary101001011011000100001011111100100110111110001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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