Shades of Conifer #9FFD5E
Tints of Conifer #9FFD5E
RGB
CMYK
RGB Variations
Color information
#9FFD5E (or 0x9FFD5E) is known color: Conifer. HEX triplet: 9F, FD and 5E. RGB value is (159,253,94). Sum of RGB (Red+Green+Blue) = 159+253+94=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFD5E is #6002A1. Grayscale: #CFCFCF. Windows color (decimal): -6292130 or 6225311. OLE color: 6225311.
HSL color Cylindrical-coordinate representation of color #9FFD5E: hue angle of 95.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FFD5E is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 94 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.01 |
| HSL | 95.47º | 0.98% | 0.68% | - |
| HSV(B) | 95.47º | 0.63% | 0.99% | - |
| XYZ | 51.44 | 78.43 | 23.02 | - |
| YUV | 206.77 | 64.36 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 94 | 0.37 | 0 | 0.63 | 0.01 | 95.47 | 0.98 | 0.68 |
| Hex | 9F | FD | 5E | 25 | 0 | 3F | 1 | 5F | 62 | 44 |
| Octal | 237 | 375 | 136 | 45 | 0 | 77 | 1 | 137 | 142 | 104 |
| Binary | 10011111 | 11111101 | 1011110 | 100101 | 0 | 111111 | 1 | 1011111 | 1100010 | 1000100 |
Color Harmonies of #9FFD5E
Complementary color
Monochromatic Colors of #9FFD5E
Black with #9FFD5E
Text Example
Text Example
White with #9FFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFD5E; }
p { color: rgb(159,253,94); }
H1.HeaderClassName
{
color: #9FFD5E;
}
.AnyTagClassName
{
color: #9FFD5E;
}
</style>
background-color css
<style>
a { background-color: #9FFD5E; }
a { background-color: rgb(159,253,94); }
div.DivClassName
{
background-color: #9FFD5E;
}
.BgClassName
{
background-color: #9FFD5E;
}
</style>
border-color css
<style>
span { border-color: #9FFD5E; }
span { border-color: rgb(159,253,94); }
td.TdClassName
{
border-color: #9FFD5E;
}
.TagClassName
{
border-color: #9FFD5E;
}
</style>