Shades of Fern #5FC074
Tints of Fern #5FC074
RGB
CMYK
RGB Variations
Color information
#5FC074 (or 0x5FC074) is known color: Fern. HEX triplet: 5F, C0 and 74. RGB value is (95,192,116). Sum of RGB (Red+Green+Blue) = 95+192+116=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC074 is #A03F8B. Grayscale: #9A9A9A. Windows color (decimal): -10502028 or 7651423. OLE color: 7651423.
HSL color Cylindrical-coordinate representation of color #5FC074: hue angle of 132.99º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC074 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 116 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.25 |
| HSL | 132.99º | 0.43% | 0.56% | - |
| HSV(B) | 132.99º | 0.51% | 0.75% | - |
| XYZ | 26.72 | 41.39 | 23.1 | - |
| YUV | 154.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 116 | 0.51 | 0 | 0.40 | 0.25 | 132.99 | 0.43 | 0.56 |
| Hex | 5F | C0 | 74 | 33 | 0 | 28 | 19 | 85 | 2B | 38 |
| Octal | 137 | 300 | 164 | 63 | 0 | 50 | 31 | 205 | 53 | 70 |
| Binary | 1011111 | 11000000 | 1110100 | 110011 | 0 | 101000 | 11001 | 10000101 | 101011 | 111000 |
Color Harmonies of #5FC074
Complementary color
Monochromatic Colors of #5FC074
Black with #5FC074
Text Example
Text Example
White with #5FC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC074; }
p { color: rgb(95,192,116); }
H1.HeaderClassName
{
color: #5FC074;
}
.AnyTagClassName
{
color: #5FC074;
}
</style>
background-color css
<style>
a { background-color: #5FC074; }
a { background-color: rgb(95,192,116); }
div.DivClassName
{
background-color: #5FC074;
}
.BgClassName
{
background-color: #5FC074;
}
</style>
border-color css
<style>
span { border-color: #5FC074; }
span { border-color: rgb(95,192,116); }
td.TdClassName
{
border-color: #5FC074;
}
.TagClassName
{
border-color: #5FC074;
}
</style>