Html Css Color HEX #52C57F Emerald

📋 copy color: '#52C57F'

red 82 ◦ green 197 ◦ blue 127

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

Shades of Emerald #52C57F

Tints of Emerald #52C57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 20.2%
G = 48.52%
B = 31.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#52C57F (or 0x52C57F) is known color: Emerald. HEX triplet: 52, C5 and 7F. RGB value is (82,197,127). Sum of RGB (Red+Green+Blue) = 82+197+127=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #52C57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C57F is #AD3A80. Grayscale: #9A9A9A. Windows color (decimal): -11352705 or 8373586. OLE color: 8373586.

HSL color Cylindrical-coordinate representation of color #52C57F: hue angle of 143.48º 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 #52C57F is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 127 -
CMYK 0.58 0 0.36 0.23
HSL 143.48º 0.5% 0.55% -
HSV(B) 143.48º 0.58% 0.77% -
XYZ 27.28 43.26 26.99 -
YUV 154.64 112.4 76.19 -
System Red Green Blue C M Y K H S L
Decimal 82 197 127 0.58 0 0.36 0.23 143.48 0.5 0.55
Hex 52 C5 7F 3A 0 24 17 8F 32 37
Octal 122 305 177 72 0 44 27 217 62 67
Binary 1010010 11000101 1111111 111010 0 100100 10111 10001111 110010 110111

Color Harmonies of #52C57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C57F

Black with #52C57F

Text Example


Text Example

White with #52C57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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