#5FC175

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

Shades of Fern #5FC175

Tints of Fern #5FC175

Color information

#5FC175 (or 0x5FC175) is unknown color: approx Fern. HEX triplet: 5F, C1 and 75. RGB value is (95,193,117). Sum of RGB (Red+Green+Blue) = 95+193+117=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC175 is #A03E8A. Grayscale: #9B9B9B. Windows color (decimal): -10501771 or 7717215. OLE color: 7717215.

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

Color convert

RGB95193117-
CMYK0.5100.390.24
HSL133.47º44.14%56.47%-
HSV(B)133.47º50.78%75.69%-
XYZ2741.8623.49-
YUV155.03106.5385.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=23.46%
G=47.65%
B=28.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951931170.5100.390.24133.4744.1456.47
Hex5FC1753302718852c38
Octal13730116563047302055470
Binary101111111000001111010111001101001111100010000101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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