Html Css Color HEX #5ABF82 Emerald

📋 copy color: '#5ABF82'

red 90 ◦ green 191 ◦ blue 130

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

Shades of Emerald #5ABF82

Tints of Emerald #5ABF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 21.9%
G = 46.47%
B = 31.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#5ABF82 (or 0x5ABF82) is known color: Emerald. HEX triplet: 5A, BF and 82. RGB value is (90,191,130). Sum of RGB (Red+Green+Blue) = 90+191+130=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABF82 is #A5407D. Grayscale: #999999. Windows color (decimal): -10829950 or 8568666. OLE color: 8568666.

HSL color Cylindrical-coordinate representation of color #5ABF82: hue angle of 143.76º 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 #5ABF82 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 191 130 -
CMYK 0.53 0 0.32 0.25
HSL 143.76º 0.44% 0.55% -
HSV(B) 143.76º 0.53% 0.75% -
XYZ 26.88 41.05 27.63 -
YUV 153.85 114.54 82.46 -
System Red Green Blue C M Y K H S L
Decimal 90 191 130 0.53 0 0.32 0.25 143.76 0.44 0.55
Hex 5A BF 82 35 0 20 19 90 2C 37
Octal 132 277 202 65 0 40 31 220 54 67
Binary 1011010 10111111 10000010 110101 0 100000 11001 10010000 101100 110111

Color Harmonies of #5ABF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF82

Black with #5ABF82

Text Example


Text Example

White with #5ABF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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