Shades of Fern #5FC366
Tints of Fern #5FC366
RGB
CMYK
RGB Variations
Color information
#5FC366 (or 0x5FC366) is known color: Fern. HEX triplet: 5F, C3 and 66. RGB value is (95,195,102). Sum of RGB (Red+Green+Blue) = 95+195+102=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC366 is #A03C99. Grayscale: #9A9A9A. Windows color (decimal): -10501274 or 6734687. OLE color: 6734687.
HSL color Cylindrical-coordinate representation of color #5FC366: hue angle of 124.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC366 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 102 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.24 |
| HSL | 124.2º | 0.45% | 0.57% | - |
| HSV(B) | 124.2º | 0.51% | 0.76% | - |
| XYZ | 26.63 | 42.42 | 19.36 | - |
| YUV | 154.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 102 | 0.51 | 0 | 0.48 | 0.24 | 124.2 | 0.45 | 0.57 |
| Hex | 5F | C3 | 66 | 33 | 0 | 30 | 18 | 7C | 2D | 39 |
| Octal | 137 | 303 | 146 | 63 | 0 | 60 | 30 | 174 | 55 | 71 |
| Binary | 1011111 | 11000011 | 1100110 | 110011 | 0 | 110000 | 11000 | 1111100 | 101101 | 111001 |
Color Harmonies of #5FC366
Complementary color
Monochromatic Colors of #5FC366
Black with #5FC366
Text Example
Text Example
White with #5FC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC366; }
p { color: rgb(95,195,102); }
H1.HeaderClassName
{
color: #5FC366;
}
.AnyTagClassName
{
color: #5FC366;
}
</style>
background-color css
<style>
a { background-color: #5FC366; }
a { background-color: rgb(95,195,102); }
div.DivClassName
{
background-color: #5FC366;
}
.BgClassName
{
background-color: #5FC366;
}
</style>
border-color css
<style>
span { border-color: #5FC366; }
span { border-color: rgb(95,195,102); }
td.TdClassName
{
border-color: #5FC366;
}
.TagClassName
{
border-color: #5FC366;
}
</style>