Html Css Color HEX #52B983 Emerald

📋 copy color: '#52B983'

red 82 ◦ green 185 ◦ blue 131

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

Shades of Emerald #52B983

Tints of Emerald #52B983

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 20.6%
G = 46.48%
B = 32.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#52B983 (or 0x52B983) is known color: Emerald. HEX triplet: 52, B9 and 83. RGB value is (82,185,131). Sum of RGB (Red+Green+Blue) = 82+185+131=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #52B983 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B983 is #AD467C. Grayscale: #949494. Windows color (decimal): -11355773 or 8632658. OLE color: 8632658.

HSL color Cylindrical-coordinate representation of color #52B983: hue angle of 148.54º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52B983 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 185 131 -
CMYK 0.56 0 0.29 0.27
HSL 148.54º 0.42% 0.52% -
HSV(B) 148.54º 0.56% 0.73% -
XYZ 24.93 38.13 27.52 -
YUV 148.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 82 185 131 0.56 0 0.29 0.27 148.54 0.42 0.52
Hex 52 B9 83 38 0 1D 1B 95 2A 34
Octal 122 271 203 70 0 35 33 225 52 64
Binary 1010010 10111001 10000011 111000 0 11101 11011 10010101 101010 110100

Color Harmonies of #52B983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B983

Black with #52B983

Text Example


Text Example

White with #52B983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,131); }

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

background-color css

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

 a { background-color: rgb(82,185,131); }

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

border-color css

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

 span { border-color: rgb(82,185,131); }

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