Html Css Color HEX #52C181 Emerald

📋 copy color: '#52C181'

red 82 ◦ green 193 ◦ blue 129

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

Shades of Emerald #52C181

Tints of Emerald #52C181

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.77%

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

R = 20.3%
G = 47.77%
B = 31.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#52C181 (or 0x52C181) is known color: Emerald. HEX triplet: 52, C1 and 81. RGB value is (82,193,129). Sum of RGB (Red+Green+Blue) = 82+193+129=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #52C181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C181 is #AD3E7E. Grayscale: #989898. Windows color (decimal): -11353727 or 8503634. OLE color: 8503634.

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

Color convert

RGB 82 193 129 -
CMYK 0.58 0 0.33 0.24
HSL 145.41º 0.47% 0.54% -
HSV(B) 145.41º 0.58% 0.76% -
XYZ 26.51 41.52 27.39 -
YUV 152.52 114.73 77.7 -
System Red Green Blue C M Y K H S L
Decimal 82 193 129 0.58 0 0.33 0.24 145.41 0.47 0.54
Hex 52 C1 81 3A 0 21 18 91 2F 36
Octal 122 301 201 72 0 41 30 221 57 66
Binary 1010010 11000001 10000001 111010 0 100001 11000 10010001 101111 110110

Color Harmonies of #52C181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C181

Black with #52C181

Text Example


Text Example

White with #52C181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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