Shades of Conifer #9FFD63
Tints of Conifer #9FFD63
RGB
CMYK
RGB Variations
Color information
#9FFD63 (or 0x9FFD63) is known color: Conifer. HEX triplet: 9F, FD and 63. RGB value is (159,253,99). Sum of RGB (Red+Green+Blue) = 159+253+99=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFD63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFD63 is #60029C. Grayscale: #CFCFCF. Windows color (decimal): -6292125 or 6552991. OLE color: 6552991.
HSL color Cylindrical-coordinate representation of color #9FFD63: hue angle of 96.62º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FFD63 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 99 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.01 |
| HSL | 96.62º | 0.97% | 0.69% | - |
| HSV(B) | 96.62º | 0.61% | 0.99% | - |
| XYZ | 51.68 | 78.52 | 24.24 | - |
| YUV | 207.34 | 66.86 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 99 | 0.37 | 0 | 0.61 | 0.01 | 96.62 | 0.97 | 0.69 |
| Hex | 9F | FD | 63 | 25 | 0 | 3D | 1 | 61 | 61 | 45 |
| Octal | 237 | 375 | 143 | 45 | 0 | 75 | 1 | 141 | 141 | 105 |
| Binary | 10011111 | 11111101 | 1100011 | 100101 | 0 | 111101 | 1 | 1100001 | 1100001 | 1000101 |
Color Harmonies of #9FFD63
Complementary color
Monochromatic Colors of #9FFD63
Black with #9FFD63
Text Example
Text Example
White with #9FFD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFD63; }
p { color: rgb(159,253,99); }
H1.HeaderClassName
{
color: #9FFD63;
}
.AnyTagClassName
{
color: #9FFD63;
}
</style>
background-color css
<style>
a { background-color: #9FFD63; }
a { background-color: rgb(159,253,99); }
div.DivClassName
{
background-color: #9FFD63;
}
.BgClassName
{
background-color: #9FFD63;
}
</style>
border-color css
<style>
span { border-color: #9FFD63; }
span { border-color: rgb(159,253,99); }
td.TdClassName
{
border-color: #9FFD63;
}
.TagClassName
{
border-color: #9FFD63;
}
</style>