Html Css Color HEX #52C587 Emerald

📋 copy color: '#52C587'

red 82 ◦ green 197 ◦ blue 135

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

Shades of Emerald #52C587

Tints of Emerald #52C587

RGB

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

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

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

R = 19.81%
G = 47.58%
B = 32.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#52C587 (or 0x52C587) is known color: Emerald. HEX triplet: 52, C5 and 87. RGB value is (82,197,135). Sum of RGB (Red+Green+Blue) = 82+197+135=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #52C587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C587 is #AD3A78. Grayscale: #9B9B9B. Windows color (decimal): -11352697 or 8897874. OLE color: 8897874.

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

Color convert

RGB 82 197 135 -
CMYK 0.58 0 0.31 0.23
HSL 147.65º 0.5% 0.55% -
HSV(B) 147.65º 0.58% 0.77% -
XYZ 27.82 43.48 29.85 -
YUV 155.55 116.4 75.54 -
System Red Green Blue C M Y K H S L
Decimal 82 197 135 0.58 0 0.31 0.23 147.65 0.5 0.55
Hex 52 C5 87 3A 0 1F 17 94 32 37
Octal 122 305 207 72 0 37 27 224 62 67
Binary 1010010 11000101 10000111 111010 0 11111 10111 10010100 110010 110111

Color Harmonies of #52C587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C587

Black with #52C587

Text Example


Text Example

White with #52C587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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