Html Css Color HEX #52C982 Emerald

📋 copy color: '#52C982'

red 82 ◦ green 201 ◦ blue 130

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

Shades of Emerald #52C982

Tints of Emerald #52C982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 19.85%
G = 48.67%
B = 31.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#52C982 (or 0x52C982) is known color: Emerald. HEX triplet: 52, C9 and 82. RGB value is (82,201,130). Sum of RGB (Red+Green+Blue) = 82+201+130=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #52C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C982 is #AD367D. Grayscale: #9D9D9D. Windows color (decimal): -11351678 or 8571218. OLE color: 8571218.

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

Color convert

RGB 82 201 130 -
CMYK 0.59 0 0.35 0.21
HSL 144.2º 0.52% 0.55% -
HSV(B) 144.2º 0.59% 0.79% -
XYZ 28.4 45.18 28.34 -
YUV 157.33 112.58 74.27 -
System Red Green Blue C M Y K H S L
Decimal 82 201 130 0.59 0 0.35 0.21 144.2 0.52 0.55
Hex 52 C9 82 3B 0 23 15 90 34 37
Octal 122 311 202 73 0 43 25 220 64 67
Binary 1010010 11001001 10000010 111011 0 100011 10101 10010000 110100 110111

Color Harmonies of #52C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C982

Black with #52C982

Text Example


Text Example

White with #52C982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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