#5ABF58

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

Shades of Fern #5ABF58

Tints of Fern #5ABF58

Color information

#5ABF58 (or 0x5ABF58) is unknown color: approx Fern. HEX triplet: 5A, BF and 58. RGB value is (90,191,88). Sum of RGB (Red+Green+Blue) = 90+191+88=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF58 is #A540A7. Grayscale: #959595. Windows color (decimal): -10829992 or 5816154. OLE color: 5816154.

HSL color Cylindrical-coordinate representation of color #5ABF58: hue angle of 118.83º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ABF58 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB9019188-
CMYK0.5300.540.25
HSL118.83º44.59%54.71%-
HSV(B)118.83º53.93%74.9%-
XYZ24.6140.1415.68-
YUV149.0693.5485.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.39%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=24.39%
G=51.76%
B=23.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90191880.5300.540.25118.8344.5954.71
Hex5ABF583503619772d37
Octal13227713065066311675567
Binary10110101011111110110001101010110110110011110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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