#5FBF6B

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

Shades of Fern #5FBF6B

Tints of Fern #5FBF6B

Color information

#5FBF6B (or 0x5FBF6B) is unknown color: approx Fern. HEX triplet: 5F, BF and 6B. RGB value is (95,191,107). Sum of RGB (Red+Green+Blue) = 95+191+107=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF6B is #A04094. Grayscale: #989898. Windows color (decimal): -10502293 or 7061343. OLE color: 7061343.

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

Color convert

RGB95191107-
CMYK0.5000.440.25
HSL127.5º42.86%56.08%-
HSV(B)127.5º50.26%74.9%-
XYZ2640.7620.41-
YUV152.72102.286.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.17%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=24.17%
G=48.60%
B=27.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951911070.5000.440.25127.542.8656.08
Hex5FBF6B3202C19802b38
Octal13727715362054312005370
Binary101111110111111110101111001001011001100110000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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