#5FBF6C

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

Shades of Fern #5FBF6C

Tints of Fern #5FBF6C

Color information

#5FBF6C (or 0x5FBF6C) is unknown color: approx Fern. HEX triplet: 5F, BF and 6C. RGB value is (95,191,108). Sum of RGB (Red+Green+Blue) = 95+191+108=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF6C is #A04093. Grayscale: #999999. Windows color (decimal): -10502292 or 7126879. OLE color: 7126879.

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

Color convert

RGB95191108-
CMYK0.5000.430.25
HSL128.12º42.86%56.08%-
HSV(B)128.12º50.26%74.9%-
XYZ26.0640.7820.68-
YUV152.83102.786.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 191 (75% from 255) = 48.48%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=24.11%
G=48.48%
B=27.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951911080.5000.430.25128.1242.8656.08
Hex5FBF6C3202B19802b38
Octal13727715462053312005370
Binary101111110111111110110011001001010111100110000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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