Html Css Color HEX #5ABD80 Emerald

📋 copy color: '#5ABD80'

red 90 ◦ green 189 ◦ blue 128

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

Shades of Emerald #5ABD80

Tints of Emerald #5ABD80

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.44%

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

R = 22.11%
G = 46.44%
B = 31.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#5ABD80 (or 0x5ABD80) is known color: Emerald. HEX triplet: 5A, BD and 80. RGB value is (90,189,128). Sum of RGB (Red+Green+Blue) = 90+189+128=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABD80 is #A5427F. Grayscale: #989898. Windows color (decimal): -10830464 or 8437082. OLE color: 8437082.

HSL color Cylindrical-coordinate representation of color #5ABD80: hue angle of 143.03º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD80 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 128 -
CMYK 0.52 0 0.32 0.26
HSL 143.03º 0.43% 0.55% -
HSV(B) 143.03º 0.52% 0.74% -
XYZ 26.31 40.13 26.78 -
YUV 152.45 114.2 83.46 -
System Red Green Blue C M Y K H S L
Decimal 90 189 128 0.52 0 0.32 0.26 143.03 0.43 0.55
Hex 5A BD 80 34 0 20 1A 8F 2B 37
Octal 132 275 200 64 0 40 32 217 53 67
Binary 1011010 10111101 10000000 110100 0 100000 11010 10001111 101011 110111

Color Harmonies of #5ABD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD80

Black with #5ABD80

Text Example


Text Example

White with #5ABD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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