Html Css Color HEX #52D080 Emerald

📋 copy color: '#52D080'

red 82 ◦ green 208 ◦ blue 128

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

Shades of Emerald #52D080

Tints of Emerald #52D080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 19.62%
G = 49.76%
B = 30.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#52D080 (or 0x52D080) is known color: Emerald. HEX triplet: 52, D0 and 80. RGB value is (82,208,128). Sum of RGB (Red+Green+Blue) = 82+208+128=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #52D080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D080 is #AD2F7F. Grayscale: #A1A1A1. Windows color (decimal): -11349888 or 8441938. OLE color: 8441938.

HSL color Cylindrical-coordinate representation of color #52D080: hue angle of 141.9º 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 #52D080 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 128 -
CMYK 0.61 0 0.38 0.18
HSL 141.9º 0.57% 0.57% -
HSV(B) 141.9º 0.61% 0.82% -
XYZ 29.93 48.46 28.2 -
YUV 161.21 109.26 71.5 -
System Red Green Blue C M Y K H S L
Decimal 82 208 128 0.61 0 0.38 0.18 141.9 0.57 0.57
Hex 52 D0 80 3D 0 26 12 8E 39 39
Octal 122 320 200 75 0 46 22 216 71 71
Binary 1010010 11010000 10000000 111101 0 100110 10010 10001110 111001 111001

Color Harmonies of #52D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D080

Black with #52D080

Text Example


Text Example

White with #52D080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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