Html Css Color HEX #52C57A Emerald

📋 copy color: '#52C57A'

red 82 ◦ green 197 ◦ blue 122

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

Shades of Emerald #52C57A

Tints of Emerald #52C57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.13%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 20.45%
G = 49.13%
B = 30.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#52C57A (or 0x52C57A) is known color: Emerald. HEX triplet: 52, C5 and 7A. RGB value is (82,197,122). Sum of RGB (Red+Green+Blue) = 82+197+122=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #52C57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C57A is #AD3A85. Grayscale: #9A9A9A. Windows color (decimal): -11352710 or 8045906. OLE color: 8045906.

HSL color Cylindrical-coordinate representation of color #52C57A: hue angle of 140.87º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C57A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 122 -
CMYK 0.58 0 0.38 0.23
HSL 140.87º 0.5% 0.55% -
HSV(B) 140.87º 0.58% 0.77% -
XYZ 26.96 43.13 25.32 -
YUV 154.07 109.9 76.6 -
System Red Green Blue C M Y K H S L
Decimal 82 197 122 0.58 0 0.38 0.23 140.87 0.5 0.55
Hex 52 C5 7A 3A 0 26 17 8D 32 37
Octal 122 305 172 72 0 46 27 215 62 67
Binary 1010010 11000101 1111010 111010 0 100110 10111 10001101 110010 110111

Color Harmonies of #52C57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C57A

Black with #52C57A

Text Example


Text Example

White with #52C57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,122); }

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

background-color css

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

 a { background-color: rgb(82,197,122); }

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

border-color css

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

 span { border-color: rgb(82,197,122); }

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