Html Css Color HEX #52D870 Emerald

📋 copy color: '#52D870'

red 82 ◦ green 216 ◦ blue 112

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

Shades of Emerald #52D870

Tints of Emerald #52D870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 20%
G = 52.68%
B = 27.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#52D870 (or 0x52D870) is known color: Emerald. HEX triplet: 52, D8 and 70. RGB value is (82,216,112). Sum of RGB (Red+Green+Blue) = 82+216+112=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #52D870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D870 is #AD278F. Grayscale: #A4A4A4. Windows color (decimal): -11347856 or 7395410. OLE color: 7395410.

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

Color convert

RGB 82 216 112 -
CMYK 0.62 0 0.48 0.15
HSL 133.43º 0.63% 0.58% -
HSV(B) 133.43º 0.62% 0.85% -
XYZ 30.96 52.08 23.75 -
YUV 164.08 98.61 69.46 -
System Red Green Blue C M Y K H S L
Decimal 82 216 112 0.62 0 0.48 0.15 133.43 0.63 0.58
Hex 52 D8 70 3E 0 30 F 85 3F 3A
Octal 122 330 160 76 0 60 17 205 77 72
Binary 1010010 11011000 1110000 111110 0 110000 1111 10000101 111111 111010

Color Harmonies of #52D870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D870

Black with #52D870

Text Example


Text Example

White with #52D870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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