#5ABF60

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

Shades of Fern #5ABF60

Tints of Fern #5ABF60

Color information

#5ABF60 (or 0x5ABF60) is unknown color: approx Fern. HEX triplet: 5A, BF and 60. RGB value is (90,191,96). Sum of RGB (Red+Green+Blue) = 90+191+96=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF60 is #A5409F. Grayscale: #969696. Windows color (decimal): -10829984 or 6340442. OLE color: 6340442.

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

Color convert

RGB9019196-
CMYK0.5300.500.25
HSL123.56º44.1%55.1%-
HSV(B)123.56º52.88%74.9%-
XYZ24.9640.2817.53-
YUV149.9797.5485.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=23.87%
G=50.66%
B=25.46%

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
Decimal90191960.5300.500.25123.5644.155.1
Hex5ABF6035032197c2c37
Octal13227714065062311745467
Binary10110101011111111000001101010110010110011111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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