#5ABF5B

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

Shades of Fern #5ABF5B

Tints of Fern #5ABF5B

Color information

#5ABF5B (or 0x5ABF5B) is unknown color: approx Fern. HEX triplet: 5A, BF and 5B. RGB value is (90,191,91). Sum of RGB (Red+Green+Blue) = 90+191+91=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF5B is #A540A4. Grayscale: #959595. Windows color (decimal): -10829989 or 6012762. OLE color: 6012762.

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

Color convert

RGB9019191-
CMYK0.5300.520.25
HSL120.59º44.1%55.1%-
HSV(B)120.59º52.88%74.9%-
XYZ24.7440.1916.35-
YUV149.495.0485.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.19%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=24.19%
G=51.34%
B=24.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90191910.5300.520.25120.5944.155.1
Hex5ABF5B3503419792c37
Octal13227713365064311715467
Binary10110101011111110110111101010110100110011111001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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