Html Css Color HEX #5ADD86 Emerald

📋 copy color: '#5ADD86'

red 90 ◦ green 221 ◦ blue 134

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

Shades of Emerald #5ADD86

Tints of Emerald #5ADD86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.11%

R = 20.22%
G = 49.66%
B = 30.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#5ADD86 (or 0x5ADD86) is known color: Emerald. HEX triplet: 5A, DD and 86. RGB value is (90,221,134). Sum of RGB (Red+Green+Blue) = 90+221+134=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADD86 is #A52279. Grayscale: #ACACAC. Windows color (decimal): -10822266 or 8838490. OLE color: 8838490.

HSL color Cylindrical-coordinate representation of color #5ADD86: hue angle of 140.15º 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 #5ADD86 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 221 134 -
CMYK 0.59 0 0.39 0.13
HSL 140.15º 0.66% 0.61% -
HSV(B) 140.15º 0.59% 0.87% -
XYZ 34.38 55.61 31.48 -
YUV 171.91 106.6 69.57 -
System Red Green Blue C M Y K H S L
Decimal 90 221 134 0.59 0 0.39 0.13 140.15 0.66 0.61
Hex 5A DD 86 3B 0 27 D 8C 42 3D
Octal 132 335 206 73 0 47 15 214 102 75
Binary 1011010 11011101 10000110 111011 0 100111 1101 10001100 1000010 111101

Color Harmonies of #5ADD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADD86

Black with #5ADD86

Text Example


Text Example

White with #5ADD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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