#5FC16F

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

Shades of Fern #5FC16F

Tints of Fern #5FC16F

Color information

#5FC16F (or 0x5FC16F) is unknown color: approx Fern. HEX triplet: 5F, C1 and 6F. RGB value is (95,193,111). Sum of RGB (Red+Green+Blue) = 95+193+111=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC16F is #A03E90. Grayscale: #9A9A9A. Windows color (decimal): -10501777 or 7323999. OLE color: 7323999.

HSL color Cylindrical-coordinate representation of color #5FC16F: hue angle of 129.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC16F is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB95193111-
CMYK0.5100.420.24
HSL129.8º44.14%56.47%-
HSV(B)129.8º50.78%75.69%-
XYZ26.6641.7221.69-
YUV154.35103.5385.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.81%
GREEN value IS 193 (75.78% from 255) = 48.37%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=23.81%
G=48.37%
B=27.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951931110.5100.420.24129.844.1456.47
Hex5FC16F3302A18822c38
Octal13730115763052302025470
Binary101111111000001110111111001101010101100010000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,193,111); }

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

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

 a { background-color: rgb(95,193,111); }

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

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

 span { border-color: rgb(95,193,111); }

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