Html Css Color HEX #52D089 Emerald

📋 copy color: '#52D089'

red 82 ◦ green 208 ◦ blue 137

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

Shades of Emerald #52D089

Tints of Emerald #52D089

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

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

R = 19.2%
G = 48.71%
B = 32.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#52D089 (or 0x52D089) is known color: Emerald. HEX triplet: 52, D0 and 89. RGB value is (82,208,137). Sum of RGB (Red+Green+Blue) = 82+208+137=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #52D089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D089 is #AD2F76. Grayscale: #A2A2A2. Windows color (decimal): -11349879 or 9031762. OLE color: 9031762.

HSL color Cylindrical-coordinate representation of color #52D089: hue angle of 146.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D089 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 137 -
CMYK 0.61 0 0.34 0.18
HSL 146.19º 0.57% 0.57% -
HSV(B) 146.19º 0.61% 0.82% -
XYZ 30.55 48.71 31.46 -
YUV 162.23 113.76 70.77 -
System Red Green Blue C M Y K H S L
Decimal 82 208 137 0.61 0 0.34 0.18 146.19 0.57 0.57
Hex 52 D0 89 3D 0 22 12 92 39 39
Octal 122 320 211 75 0 42 22 222 71 71
Binary 1010010 11010000 10001001 111101 0 100010 10010 10010010 111001 111001

Color Harmonies of #52D089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D089

Black with #52D089

Text Example


Text Example

White with #52D089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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