Html Css Color HEX #52C978 Emerald

📋 copy color: '#52C978'

red 82 ◦ green 201 ◦ blue 120

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

Shades of Emerald #52C978

Tints of Emerald #52C978

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.88%

 BLUE value IS 120 (47.27% from 255) = 29.78%

R = 20.35%
G = 49.88%
B = 29.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#52C978 (or 0x52C978) is known color: Emerald. HEX triplet: 52, C9 and 78. RGB value is (82,201,120). Sum of RGB (Red+Green+Blue) = 82+201+120=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #52C978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C978 is #AD3687. Grayscale: #9C9C9C. Windows color (decimal): -11351688 or 7915858. OLE color: 7915858.

HSL color Cylindrical-coordinate representation of color #52C978: hue angle of 139.16º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C978 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 120 -
CMYK 0.59 0 0.40 0.21
HSL 139.16º 0.52% 0.55% -
HSV(B) 139.16º 0.59% 0.79% -
XYZ 27.76 44.92 24.98 -
YUV 156.19 107.58 75.09 -
System Red Green Blue C M Y K H S L
Decimal 82 201 120 0.59 0 0.40 0.21 139.16 0.52 0.55
Hex 52 C9 78 3B 0 28 15 8B 34 37
Octal 122 311 170 73 0 50 25 213 64 67
Binary 1010010 11001001 1111000 111011 0 101000 10101 10001011 110100 110111

Color Harmonies of #52C978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C978

Black with #52C978

Text Example


Text Example

White with #52C978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,201,120); }

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

background-color css

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

 a { background-color: rgb(82,201,120); }

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

border-color css

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

 span { border-color: rgb(82,201,120); }

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