Shades of Conifer #9FFD5F
Tints of Conifer #9FFD5F
RGB
CMYK
RGB Variations
Color information
#9FFD5F (or 0x9FFD5F) is known color: Conifer. HEX triplet: 9F, FD and 5F. RGB value is (159,253,95). Sum of RGB (Red+Green+Blue) = 159+253+95=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFD5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFD5F is #6002A0. Grayscale: #CFCFCF. Windows color (decimal): -6292129 or 6290847. OLE color: 6290847.
HSL color Cylindrical-coordinate representation of color #9FFD5F: hue angle of 95.7º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FFD5F is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 95 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.01 |
| HSL | 95.7º | 0.98% | 0.68% | - |
| HSV(B) | 95.7º | 0.62% | 0.99% | - |
| XYZ | 51.49 | 78.45 | 23.25 | - |
| YUV | 206.88 | 64.86 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 95 | 0.37 | 0 | 0.62 | 0.01 | 95.7 | 0.98 | 0.68 |
| Hex | 9F | FD | 5F | 25 | 0 | 3E | 1 | 60 | 62 | 44 |
| Octal | 237 | 375 | 137 | 45 | 0 | 76 | 1 | 140 | 142 | 104 |
| Binary | 10011111 | 11111101 | 1011111 | 100101 | 0 | 111110 | 1 | 1100000 | 1100010 | 1000100 |
Color Harmonies of #9FFD5F
Complementary color
Monochromatic Colors of #9FFD5F
Black with #9FFD5F
Text Example
Text Example
White with #9FFD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFD5F; }
p { color: rgb(159,253,95); }
H1.HeaderClassName
{
color: #9FFD5F;
}
.AnyTagClassName
{
color: #9FFD5F;
}
</style>
background-color css
<style>
a { background-color: #9FFD5F; }
a { background-color: rgb(159,253,95); }
div.DivClassName
{
background-color: #9FFD5F;
}
.BgClassName
{
background-color: #9FFD5F;
}
</style>
border-color css
<style>
span { border-color: #9FFD5F; }
span { border-color: rgb(159,253,95); }
td.TdClassName
{
border-color: #9FFD5F;
}
.TagClassName
{
border-color: #9FFD5F;
}
</style>