Html Css Color HEX #52C289 Emerald

📋 copy color: '#52C289'

red 82 ◦ green 194 ◦ blue 137

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

Shades of Emerald #52C289

Tints of Emerald #52C289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 19.85%
G = 46.97%
B = 33.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#52C289 (or 0x52C289) is known color: Emerald. HEX triplet: 52, C2 and 89. RGB value is (82,194,137). Sum of RGB (Red+Green+Blue) = 82+194+137=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #52C289 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C289 is #AD3D76. Grayscale: #9A9A9A. Windows color (decimal): -11353463 or 9028178. OLE color: 9028178.

HSL color Cylindrical-coordinate representation of color #52C289: hue angle of 149.46º degrees, saturation: 0.48, 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 #52C289 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 137 -
CMYK 0.58 0 0.29 0.24
HSL 149.46º 0.48% 0.54% -
HSV(B) 149.46º 0.58% 0.76% -
XYZ 27.29 42.18 30.37 -
YUV 154.01 118.39 76.63 -
System Red Green Blue C M Y K H S L
Decimal 82 194 137 0.58 0 0.29 0.24 149.46 0.48 0.54
Hex 52 C2 89 3A 0 1D 18 95 30 36
Octal 122 302 211 72 0 35 30 225 60 66
Binary 1010010 11000010 10001001 111010 0 11101 11000 10010101 110000 110110

Color Harmonies of #52C289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C289

Black with #52C289

Text Example


Text Example

White with #52C289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,194,137); }

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

background-color css

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

 a { background-color: rgb(82,194,137); }

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

border-color css

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

 span { border-color: rgb(82,194,137); }

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