Html Css Color HEX #52C981 Emerald

📋 copy color: '#52C981'

red 82 ◦ green 201 ◦ blue 129

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

Shades of Emerald #52C981

Tints of Emerald #52C981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.31%

R = 19.9%
G = 48.79%
B = 31.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#52C981 (or 0x52C981) is known color: Emerald. HEX triplet: 52, C9 and 81. RGB value is (82,201,129). Sum of RGB (Red+Green+Blue) = 82+201+129=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #52C981 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C981 is #AD367E. Grayscale: #9D9D9D. Windows color (decimal): -11351679 or 8505682. OLE color: 8505682.

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

Color convert

RGB 82 201 129 -
CMYK 0.59 0 0.36 0.21
HSL 143.7º 0.52% 0.55% -
HSV(B) 143.7º 0.59% 0.79% -
XYZ 28.33 45.15 27.99 -
YUV 157.21 112.08 74.35 -
System Red Green Blue C M Y K H S L
Decimal 82 201 129 0.59 0 0.36 0.21 143.7 0.52 0.55
Hex 52 C9 81 3B 0 24 15 90 34 37
Octal 122 311 201 73 0 44 25 220 64 67
Binary 1010010 11001001 10000001 111011 0 100100 10101 10010000 110100 110111

Color Harmonies of #52C981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C981

Black with #52C981

Text Example


Text Example

White with #52C981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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