Html Css Color HEX #52C081 Emerald

📋 copy color: '#52C081'

red 82 ◦ green 192 ◦ blue 129

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

Shades of Emerald #52C081

Tints of Emerald #52C081

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 20.35%
G = 47.64%
B = 32.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#52C081 (or 0x52C081) is known color: Emerald. HEX triplet: 52, C0 and 81. RGB value is (82,192,129). Sum of RGB (Red+Green+Blue) = 82+192+129=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #52C081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C081 is #AD3F7E. Grayscale: #989898. Windows color (decimal): -11353983 or 8503378. OLE color: 8503378.

HSL color Cylindrical-coordinate representation of color #52C081: hue angle of 145.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C081 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 129 -
CMYK 0.57 0 0.33 0.25
HSL 145.64º 0.47% 0.54% -
HSV(B) 145.64º 0.57% 0.75% -
XYZ 26.29 41.08 27.31 -
YUV 151.93 115.06 78.12 -
System Red Green Blue C M Y K H S L
Decimal 82 192 129 0.57 0 0.33 0.25 145.64 0.47 0.54
Hex 52 C0 81 39 0 21 19 92 2F 36
Octal 122 300 201 71 0 41 31 222 57 66
Binary 1010010 11000000 10000001 111001 0 100001 11001 10010010 101111 110110

Color Harmonies of #52C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C081

Black with #52C081

Text Example


Text Example

White with #52C081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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