Html Css Color HEX #52D970 Emerald

📋 copy color: '#52D970'

red 82 ◦ green 217 ◦ blue 112

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

Shades of Emerald #52D970

Tints of Emerald #52D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.8%

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

R = 19.95%
G = 52.8%
B = 27.25%

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

#52D970 (or 0x52D970) is known color: Emerald. HEX triplet: 52, D9 and 70. RGB value is (82,217,112). Sum of RGB (Red+Green+Blue) = 82+217+112=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #52D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D970 is #AD268F. Grayscale: #A4A4A4. Windows color (decimal): -11347600 or 7395666. OLE color: 7395666.

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

Color convert

RGB 82 217 112 -
CMYK 0.62 0 0.48 0.15
HSL 133.33º 0.64% 0.59% -
HSV(B) 133.33º 0.62% 0.85% -
XYZ 31.22 52.59 23.83 -
YUV 164.67 98.27 69.04 -
System Red Green Blue C M Y K H S L
Decimal 82 217 112 0.62 0 0.48 0.15 133.33 0.64 0.59
Hex 52 D9 70 3E 0 30 F 85 40 3B
Octal 122 331 160 76 0 60 17 205 100 73
Binary 1010010 11011001 1110000 111110 0 110000 1111 10000101 1000000 111011

Color Harmonies of #52D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D970

Black with #52D970

Text Example


Text Example

White with #52D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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