#5ABF76

Color #5ABF76 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5ABF76

Tints of Emerald #5ABF76

Color information

#5ABF76 (or 0x5ABF76) is unknown color: approx Emerald. HEX triplet: 5A, BF and 76. RGB value is (90,191,118). Sum of RGB (Red+Green+Blue) = 90+191+118=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF76 is #A54089. Grayscale: #989898. Windows color (decimal): -10829962 or 7782234. OLE color: 7782234.

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

Color convert

RGB90191118-
CMYK0.5300.380.25
HSL136.63º44.1%55.1%-
HSV(B)136.63º52.88%74.9%-
XYZ26.1240.7423.63-
YUV152.48108.5483.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=22.56%
G=47.87%
B=29.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901911180.5300.380.25136.6344.155.1
Hex5ABF763502619892c37
Octal13227716665046312115467
Binary101101010111111111011011010101001101100110001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ABF76;
 }
 .AnyTagClassName
 {
   color: #5ABF76;
 }
</style>
background-color css

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

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

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

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

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

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