#5ABF5F

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

Shades of Fern #5ABF5F

Tints of Fern #5ABF5F

Color information

#5ABF5F (or 0x5ABF5F) is unknown color: approx Fern. HEX triplet: 5A, BF and 5F. RGB value is (90,191,95). Sum of RGB (Red+Green+Blue) = 90+191+95=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF5F is #A540A0. Grayscale: #969696. Windows color (decimal): -10829985 or 6274906. OLE color: 6274906.

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

Color convert

RGB9019195-
CMYK0.5300.500.25
HSL122.97º44.1%55.1%-
HSV(B)122.97º52.88%74.9%-
XYZ24.9140.2617.28-
YUV149.8697.0485.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.94%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=23.94%
G=50.80%
B=25.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90191950.5300.500.25122.9744.155.1
Hex5ABF5F35032197b2c37
Octal13227713765062311735467
Binary10110101011111110111111101010110010110011111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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