#5ABE5F

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

Shades of Fern #5ABE5F

Tints of Fern #5ABE5F

Color information

#5ABE5F (or 0x5ABE5F) is unknown color: approx Fern. HEX triplet: 5A, BE and 5F. RGB value is (90,190,95). Sum of RGB (Red+Green+Blue) = 90+190+95=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE5F is #A541A0. Grayscale: #959595. Windows color (decimal): -10830241 or 6274650. OLE color: 6274650.

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

Color convert

RGB9019095-
CMYK0.5300.50.25
HSL123º43.48%54.9%-
HSV(B)123º52.63%74.51%-
XYZ24.739.8317.21-
YUV149.2797.3785.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 190 (74.61% from 255) = 50.67%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=24%
G=50.67%
B=25.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90190950.5300.50.2512343.4854.9
Hex5ABE5F35032197b2b37
Octal13227613765062311735367
Binary10110101011111010111111101010110010110011111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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