Html Css Color HEX #5ADD80 Emerald

📋 copy color: '#5ADD80'

red 90 ◦ green 221 ◦ blue 128

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

Shades of Emerald #5ADD80

Tints of Emerald #5ADD80

RGB

 RED value IS 90 (35.55% from 255) = 20.5%

 GREEN value IS 221 (86.72% from 255) = 50.34%

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

R = 20.5%
G = 50.34%
B = 29.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#5ADD80 (or 0x5ADD80) is known color: Emerald. HEX triplet: 5A, DD and 80. RGB value is (90,221,128). Sum of RGB (Red+Green+Blue) = 90+221+128=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADD80 is #A5227F. Grayscale: #ABABAB. Windows color (decimal): -10822272 or 8445274. OLE color: 8445274.

HSL color Cylindrical-coordinate representation of color #5ADD80: hue angle of 137.4º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADD80 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 221 128 -
CMYK 0.59 0 0.42 0.13
HSL 137.4º 0.66% 0.61% -
HSV(B) 137.4º 0.59% 0.87% -
XYZ 33.97 55.45 29.33 -
YUV 171.23 103.6 70.06 -
System Red Green Blue C M Y K H S L
Decimal 90 221 128 0.59 0 0.42 0.13 137.4 0.66 0.61
Hex 5A DD 80 3B 0 2A D 89 42 3D
Octal 132 335 200 73 0 52 15 211 102 75
Binary 1011010 11011101 10000000 111011 0 101010 1101 10001001 1000010 111101

Color Harmonies of #5ADD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADD80

Black with #5ADD80

Text Example


Text Example

White with #5ADD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ADD80; }

 p { color: rgb(90,221,128); }

 H1.HeaderClassName
 {
   color: #5ADD80;
 }
 .AnyTagClassName
 {
   color: #5ADD80;
 }
</style>

background-color css

<style>
 a { background-color: #5ADD80; }

 a { background-color: rgb(90,221,128); }

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

border-color css

<style>
 span { border-color: #5ADD80; }

 span { border-color: rgb(90,221,128); }

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