#52DA83

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

Shades of Emerald #52DA83

Tints of Emerald #52DA83

Color information

#52DA83 (or 0x52DA83) is unknown color: approx Emerald. HEX triplet: 52, DA and 83. RGB value is (82,218,131). Sum of RGB (Red+Green+Blue) = 82+218+131=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DA83 is #AD257C. Grayscale: #A7A7A7. Windows color (decimal): -11347325 or 8641106. OLE color: 8641106.

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

Color convert

RGB82218131-
CMYK0.6200.400.15
HSL141.62º64.76%58.82%-
HSV(B)141.62º62.39%85.49%-
XYZ32.6553.5830.09-
YUV167.42107.4467.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 218 (85.55% from 255) = 50.58%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=19.03%
G=50.58%
B=30.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822181310.6200.400.15141.6264.7658.82
Hex52DA833E028F8e413b
Octal122332203760501721610173
Binary1010010110110101000001111111001010001111100011101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,218,131); }

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

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

 a { background-color: rgb(82,218,131); }

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

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

 span { border-color: rgb(82,218,131); }

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