#5FB16C

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

Shades of Fern #5FB16C

Tints of Fern #5FB16C

Color information

#5FB16C (or 0x5FB16C) is unknown color: approx Fern. HEX triplet: 5F, B1 and 6C. RGB value is (95,177,108). Sum of RGB (Red+Green+Blue) = 95+177+108=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB16C is #A04E93. Grayscale: #909090. Windows color (decimal): -10505876 or 7123295. OLE color: 7123295.

HSL color Cylindrical-coordinate representation of color #5FB16C: hue angle of 129.51º 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 #5FB16C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB95177108-
CMYK0.4600.390.31
HSL129.51º34.45%53.33%-
HSV(B)129.51º46.33%69.41%-
XYZ23.1534.9619.72-
YUV144.62107.3392.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=25%
G=46.58%
B=28.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771080.4600.390.31129.5134.4553.33
Hex5FB16C2E0271F822235
Octal13726115456047372024265
Binary101111110110001110110010111001001111111110000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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