Html Css Color HEX #52E170 Emerald

📋 copy color: '#52E170'

red 82 ◦ green 225 ◦ blue 112

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

Shades of Emerald #52E170

Tints of Emerald #52E170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.7%

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

R = 19.57%
G = 53.7%
B = 26.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#52E170 (or 0x52E170) is known color: Emerald. HEX triplet: 52, E1 and 70. RGB value is (82,225,112). Sum of RGB (Red+Green+Blue) = 82+225+112=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #52E170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E170 is #AD1E8F. Grayscale: #A9A9A9. Windows color (decimal): -11345552 or 7397714. OLE color: 7397714.

HSL color Cylindrical-coordinate representation of color #52E170: hue angle of 132.59º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E170 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 225 112 -
CMYK 0.64 0 0.50 0.12
HSL 132.59º 0.7% 0.6% -
HSV(B) 132.59º 0.64% 0.88% -
XYZ 33.33 56.81 24.54 -
YUV 169.36 95.62 65.69 -
System Red Green Blue C M Y K H S L
Decimal 82 225 112 0.64 0 0.50 0.12 132.59 0.7 0.6
Hex 52 E1 70 40 0 32 C 85 46 3C
Octal 122 341 160 100 0 62 14 205 106 74
Binary 1010010 11100001 1110000 1000000 0 110010 1100 10000101 1000110 111100

Color Harmonies of #52E170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E170

Black with #52E170

Text Example


Text Example

White with #52E170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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