Html Css Color HEX #52D877 Emerald

📋 copy color: '#52D877'

red 82 ◦ green 216 ◦ blue 119

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

Shades of Emerald #52D877

Tints of Emerald #52D877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 19.66%
G = 51.8%
B = 28.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#52D877 (or 0x52D877) is known color: Emerald. HEX triplet: 52, D8 and 77. RGB value is (82,216,119). Sum of RGB (Red+Green+Blue) = 82+216+119=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #52D877 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D877 is #AD2788. Grayscale: #A5A5A5. Windows color (decimal): -11347849 or 7854162. OLE color: 7854162.

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

Color convert

RGB 82 216 119 -
CMYK 0.62 0 0.45 0.15
HSL 136.57º 0.63% 0.58% -
HSV(B) 136.57º 0.62% 0.85% -
XYZ 31.37 52.24 25.88 -
YUV 164.88 102.11 68.89 -
System Red Green Blue C M Y K H S L
Decimal 82 216 119 0.62 0 0.45 0.15 136.57 0.63 0.58
Hex 52 D8 77 3E 0 2D F 89 3F 3A
Octal 122 330 167 76 0 55 17 211 77 72
Binary 1010010 11011000 1110111 111110 0 101101 1111 10001001 111111 111010

Color Harmonies of #52D877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D877

Black with #52D877

Text Example


Text Example

White with #52D877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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