Html Css Color HEX #5ABF73 Emerald

📋 copy color: '#5ABF73'

red 90 ◦ green 191 ◦ blue 115

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

Shades of Emerald #5ABF73

Tints of Emerald #5ABF73

RGB

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

 GREEN value IS 191 (75% from 255) = 48.23%

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 22.73%
G = 48.23%
B = 29.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#5ABF73 (or 0x5ABF73) is known color: Emerald. HEX triplet: 5A, BF and 73. RGB value is (90,191,115). Sum of RGB (Red+Green+Blue) = 90+191+115=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF73 is #A5408C. Grayscale: #989898. Windows color (decimal): -10829965 or 7585626. OLE color: 7585626.

HSL color Cylindrical-coordinate representation of color #5ABF73: hue angle of 134.85º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABF73 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 191 115 -
CMYK 0.53 0 0.40 0.25
HSL 134.85º 0.44% 0.55% -
HSV(B) 134.85º 0.53% 0.75% -
XYZ 25.94 40.67 22.7 -
YUV 152.14 107.04 83.68 -
System Red Green Blue C M Y K H S L
Decimal 90 191 115 0.53 0 0.40 0.25 134.85 0.44 0.55
Hex 5A BF 73 35 0 28 19 87 2C 37
Octal 132 277 163 65 0 50 31 207 54 67
Binary 1011010 10111111 1110011 110101 0 101000 11001 10000111 101100 110111

Color Harmonies of #5ABF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF73

Black with #5ABF73

Text Example


Text Example

White with #5ABF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,191,115); }

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

background-color css

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

 a { background-color: rgb(90,191,115); }

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

border-color css

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

 span { border-color: rgb(90,191,115); }

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