#5FB271

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

Shades of Fern #5FB271

Tints of Fern #5FB271

Color information

#5FB271 (or 0x5FB271) is unknown color: approx Fern. HEX triplet: 5F, B2 and 71. RGB value is (95,178,113). Sum of RGB (Red+Green+Blue) = 95+178+113=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB271 is #A04D8E. Grayscale: #919191. Windows color (decimal): -10505615 or 7451231. OLE color: 7451231.

HSL color Cylindrical-coordinate representation of color #5FB271: hue angle of 133.01º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB271 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB95178113-
CMYK0.4700.370.30
HSL133.01º35.02%53.53%-
HSV(B)133.01º46.63%69.8%-
XYZ23.6235.4721.22-
YUV145.77109.591.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.61%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=24.61%
G=46.11%
B=29.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal951781130.4700.370.30133.0135.0253.53
Hex5FB2712F0251E852336
Octal13726216157045362054366
Binary101111110110010111000110111101001011111010000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,178,113); }

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

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

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

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

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

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

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