#5FB16D

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

Shades of Fern #5FB16D

Tints of Fern #5FB16D

Color information

#5FB16D (or 0x5FB16D) is unknown color: approx Fern. HEX triplet: 5F, B1 and 6D. RGB value is (95,177,109). Sum of RGB (Red+Green+Blue) = 95+177+109=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB16D is #A04E92. Grayscale: #909090. Windows color (decimal): -10505875 or 7188831. OLE color: 7188831.

HSL color Cylindrical-coordinate representation of color #5FB16D: hue angle of 130.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB16D is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB95177109-
CMYK0.4600.380.31
HSL130.24º34.45%53.33%-
HSV(B)130.24º46.33%69.41%-
XYZ23.234.9820-
YUV144.73107.8392.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=24.93%
G=46.46%
B=28.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771090.4600.380.31130.2434.4553.33
Hex5FB16D2E0261F822235
Octal13726115556046372024265
Binary101111110110001110110110111001001101111110000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,177,109); }

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

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

 a { background-color: rgb(95,177,109); }

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

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

 span { border-color: rgb(95,177,109); }

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