Shades of Conifer #9FD650
Tints of Conifer #9FD650
RGB
CMYK
RGB Variations
Color information
#9FD650 (or 0x9FD650) is known color: Conifer. HEX triplet: 9F, D6 and 50. RGB value is (159,214,80). Sum of RGB (Red+Green+Blue) = 159+214+80=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD650 is #6029AF. Grayscale: #B6B6B6. Windows color (decimal): -6302128 or 5297823. OLE color: 5297823.
HSL color Cylindrical-coordinate representation of color #9FD650: hue angle of 84.63º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FD650 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 80 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.16 |
| HSL | 84.63º | 0.62% | 0.58% | - |
| HSV(B) | 84.63º | 0.63% | 0.84% | - |
| XYZ | 39.79 | 56.04 | 16.31 | - |
| YUV | 182.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 80 | 0.26 | 0 | 0.63 | 0.16 | 84.63 | 0.62 | 0.58 |
| Hex | 9F | D6 | 50 | 1A | 0 | 3F | 10 | 55 | 3E | 3A |
| Octal | 237 | 326 | 120 | 32 | 0 | 77 | 20 | 125 | 76 | 72 |
| Binary | 10011111 | 11010110 | 1010000 | 11010 | 0 | 111111 | 10000 | 1010101 | 111110 | 111010 |
Color Harmonies of #9FD650
Complementary color
Monochromatic Colors of #9FD650
Black with #9FD650
Text Example
Text Example
White with #9FD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD650; }
p { color: rgb(159,214,80); }
H1.HeaderClassName
{
color: #9FD650;
}
.AnyTagClassName
{
color: #9FD650;
}
</style>
background-color css
<style>
a { background-color: #9FD650; }
a { background-color: rgb(159,214,80); }
div.DivClassName
{
background-color: #9FD650;
}
.BgClassName
{
background-color: #9FD650;
}
</style>
border-color css
<style>
span { border-color: #9FD650; }
span { border-color: rgb(159,214,80); }
td.TdClassName
{
border-color: #9FD650;
}
.TagClassName
{
border-color: #9FD650;
}
</style>