Html Css Color HEX #52C581 Emerald

📋 copy color: '#52C581'

red 82 ◦ green 197 ◦ blue 129

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

Shades of Emerald #52C581

Tints of Emerald #52C581

RGB

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

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

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

R = 20.1%
G = 48.28%
B = 31.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#52C581 (or 0x52C581) is known color: Emerald. HEX triplet: 52, C5 and 81. RGB value is (82,197,129). Sum of RGB (Red+Green+Blue) = 82+197+129=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #52C581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C581 is #AD3A7E. Grayscale: #9B9B9B. Windows color (decimal): -11352703 or 8504658. OLE color: 8504658.

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

Color convert

RGB 82 197 129 -
CMYK 0.58 0 0.35 0.23
HSL 144.52º 0.5% 0.55% -
HSV(B) 144.52º 0.58% 0.77% -
XYZ 27.41 43.31 27.68 -
YUV 154.86 113.4 76.03 -
System Red Green Blue C M Y K H S L
Decimal 82 197 129 0.58 0 0.35 0.23 144.52 0.5 0.55
Hex 52 C5 81 3A 0 23 17 91 32 37
Octal 122 305 201 72 0 43 27 221 62 67
Binary 1010010 11000101 10000001 111010 0 100011 10111 10010001 110010 110111

Color Harmonies of #52C581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C581

Black with #52C581

Text Example


Text Example

White with #52C581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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