#5FBF6F

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

Shades of Fern #5FBF6F

Tints of Fern #5FBF6F

Color information

#5FBF6F (or 0x5FBF6F) is unknown color: approx Fern. HEX triplet: 5F, BF and 6F. RGB value is (95,191,111). Sum of RGB (Red+Green+Blue) = 95+191+111=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF6F is #A04090. Grayscale: #999999. Windows color (decimal): -10502289 or 7323487. OLE color: 7323487.

HSL color Cylindrical-coordinate representation of color #5FBF6F: hue angle of 130º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBF6F is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB95191111-
CMYK0.5000.420.25
HSL130º42.86%56.08%-
HSV(B)130º50.26%74.9%-
XYZ26.2240.8421.54-
YUV153.18104.286.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=23.93%
G=48.11%
B=27.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951911110.5000.420.2513042.8656.08
Hex5FBF6F3202A19822b38
Octal13727715762052312025370
Binary101111110111111110111111001001010101100110000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,191,111); }

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

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

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

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

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

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

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