Html Css Color HEX #52D886 Emerald

📋 copy color: '#52D886'

red 82 ◦ green 216 ◦ blue 134

#52D886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #52D886

Tints of Emerald #52D886

RGB

 RED value IS 82 (32.42% from 255) = 18.98%

 GREEN value IS 216 (84.77% from 255) = 50%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 18.98%
G = 50%
B = 31.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#52D886 (or 0x52D886) is known color: Emerald. HEX triplet: 52, D8 and 86. RGB value is (82,216,134). Sum of RGB (Red+Green+Blue) = 82+216+134=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #52D886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D886 is #AD2779. Grayscale: #A6A6A6. Windows color (decimal): -11347834 or 8837202. OLE color: 8837202.

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

Color convert

RGB 82 216 134 -
CMYK 0.62 0 0.38 0.15
HSL 143.28º 0.63% 0.58% -
HSV(B) 143.28º 0.62% 0.85% -
XYZ 32.34 52.63 31.01 -
YUV 166.59 109.61 67.67 -
System Red Green Blue C M Y K H S L
Decimal 82 216 134 0.62 0 0.38 0.15 143.28 0.63 0.58
Hex 52 D8 86 3E 0 26 F 8F 3F 3A
Octal 122 330 206 76 0 46 17 217 77 72
Binary 1010010 11011000 10000110 111110 0 100110 1111 10001111 111111 111010

Color Harmonies of #52D886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D886

Black with #52D886

Text Example


Text Example

White with #52D886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52D886;
 }
 .AnyTagClassName
 {
   color: #52D886;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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