#5FB95D

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

Shades of Fern #5FB95D

Tints of Fern #5FB95D

Color information

#5FB95D (or 0x5FB95D) is unknown color: approx Fern. HEX triplet: 5F, B9 and 5D. RGB value is (95,185,93). Sum of RGB (Red+Green+Blue) = 95+185+93=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB95D is #A046A2. Grayscale: #939393. Windows color (decimal): -10503843 or 6142303. OLE color: 6142303.

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

Color convert

RGB9518593-
CMYK0.4900.500.27
HSL118.7º39.66%54.51%-
HSV(B)118.7º49.73%72.55%-
XYZ24.0437.9216.41-
YUV147.697.1890.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=25.47%
G=49.60%
B=24.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95185930.4900.500.27118.739.6654.51
Hex5FB95D310321B772837
Octal13727113561062331675067
Binary10111111011100110111011100010110010110111110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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