Shades of Conifer #9FDA50
Tints of Conifer #9FDA50
RGB
CMYK
RGB Variations
Color information
#9FDA50 (or 0x9FDA50) is known color: Conifer. HEX triplet: 9F, DA and 50. RGB value is (159,218,80). Sum of RGB (Red+Green+Blue) = 159+218+80=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA50 is #6025AF. Grayscale: #B9B9B9. Windows color (decimal): -6301104 or 5298847. OLE color: 5298847.
HSL color Cylindrical-coordinate representation of color #9FDA50: hue angle of 85.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FDA50 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 80 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.15 |
| HSL | 85.65º | 0.65% | 0.58% | - |
| HSV(B) | 85.65º | 0.63% | 0.85% | - |
| XYZ | 40.82 | 58.09 | 16.65 | - |
| YUV | 184.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 80 | 0.27 | 0 | 0.63 | 0.15 | 85.65 | 0.65 | 0.58 |
| Hex | 9F | DA | 50 | 1B | 0 | 3F | F | 56 | 41 | 3A |
| Octal | 237 | 332 | 120 | 33 | 0 | 77 | 17 | 126 | 101 | 72 |
| Binary | 10011111 | 11011010 | 1010000 | 11011 | 0 | 111111 | 1111 | 1010110 | 1000001 | 111010 |
Color Harmonies of #9FDA50
Complementary color
Monochromatic Colors of #9FDA50
Black with #9FDA50
Text Example
Text Example
White with #9FDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA50; }
p { color: rgb(159,218,80); }
H1.HeaderClassName
{
color: #9FDA50;
}
.AnyTagClassName
{
color: #9FDA50;
}
</style>
background-color css
<style>
a { background-color: #9FDA50; }
a { background-color: rgb(159,218,80); }
div.DivClassName
{
background-color: #9FDA50;
}
.BgClassName
{
background-color: #9FDA50;
}
</style>
border-color css
<style>
span { border-color: #9FDA50; }
span { border-color: rgb(159,218,80); }
td.TdClassName
{
border-color: #9FDA50;
}
.TagClassName
{
border-color: #9FDA50;
}
</style>