#5FC170

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

Shades of Fern #5FC170

Tints of Fern #5FC170

Color information

#5FC170 (or 0x5FC170) is unknown color: approx Fern. HEX triplet: 5F, C1 and 70. RGB value is (95,193,112). Sum of RGB (Red+Green+Blue) = 95+193+112=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC170 is #A03E8F. Grayscale: #9A9A9A. Windows color (decimal): -10501776 or 7389535. OLE color: 7389535.

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

Color convert

RGB95193112-
CMYK0.5100.420.24
HSL130.41º44.14%56.47%-
HSV(B)130.41º50.78%75.69%-
XYZ26.7141.7421.98-
YUV154.46104.0385.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.75%
GREEN value IS 193 (75.78% from 255) = 48.25%
BLUE value IS 112 (44.14% from 255) = 28%
R=23.75%
G=48.25%
B=28%

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
Decimal951931120.5100.420.24130.4144.1456.47
Hex5FC1703302A18822c38
Octal13730116063052302025470
Binary101111111000001111000011001101010101100010000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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