Html Css Color HEX #52C987 Emerald

📋 copy color: '#52C987'

red 82 ◦ green 201 ◦ blue 135

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

Shades of Emerald #52C987

Tints of Emerald #52C987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 19.62%
G = 48.09%
B = 32.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#52C987 (or 0x52C987) is known color: Emerald. HEX triplet: 52, C9 and 87. RGB value is (82,201,135). Sum of RGB (Red+Green+Blue) = 82+201+135=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #52C987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C987 is #AD3678. Grayscale: #9E9E9E. Windows color (decimal): -11351673 or 8898898. OLE color: 8898898.

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

Color convert

RGB 82 201 135 -
CMYK 0.59 0 0.33 0.21
HSL 146.72º 0.52% 0.55% -
HSV(B) 146.72º 0.59% 0.79% -
XYZ 28.74 45.32 30.15 -
YUV 157.9 115.08 73.87 -
System Red Green Blue C M Y K H S L
Decimal 82 201 135 0.59 0 0.33 0.21 146.72 0.52 0.55
Hex 52 C9 87 3B 0 21 15 93 34 37
Octal 122 311 207 73 0 41 25 223 64 67
Binary 1010010 11001001 10000111 111011 0 100001 10101 10010011 110100 110111

Color Harmonies of #52C987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C987

Black with #52C987

Text Example


Text Example

White with #52C987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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