#5fb95f

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

Shades of Fern #5FB95F

Tints of Fern #5FB95F

Color information

#5FB95F (or 0x5FB95F) is unknown color: approx Fern. HEX triplet: 5F, B9 and 5F. RGB value is (95,185,95). Sum of RGB (Red+Green+Blue) = 95+185+95=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB95F is #A046A0. Grayscale: #949494. Windows color (decimal): -10503841 or 6273375. OLE color: 6273375.

HSL color Cylindrical-coordinate representation of color #5FB95F: hue angle of 120º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB95F is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB9518595-
CMYK0.4900.490.27
HSL120º39.13%54.9%-
HSV(B)120º48.65%72.55%-
XYZ24.1337.9616.88-
YUV147.8398.1890.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=25.33%
G=49.33%
B=25.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95185950.4900.490.2712039.1354.9
Hex5FB95F310311B782737
Octal13727113761061331704767
Binary10111111011100110111111100010110001110111111000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fb95f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,185,95); }

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

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

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

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

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

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

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