Shades of Conifer #9DF963
Tints of Conifer #9DF963
RGB
CMYK
RGB Variations
Color information
#9DF963 (or 0x9DF963) is known color: Conifer. HEX triplet: 9D, F9 and 63. RGB value is (157,249,99). Sum of RGB (Red+Green+Blue) = 157+249+99=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF963 is #62069C. Grayscale: #CCCCCC. Windows color (decimal): -6424221 or 6551965. OLE color: 6551965.
HSL color Cylindrical-coordinate representation of color #9DF963: hue angle of 96.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DF963 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 99 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.02 |
| HSL | 96.8º | 0.93% | 0.68% | - |
| HSV(B) | 96.8º | 0.6% | 0.98% | - |
| XYZ | 50.03 | 75.82 | 23.8 | - |
| YUV | 204.39 | 68.52 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 99 | 0.37 | 0 | 0.60 | 0.02 | 96.8 | 0.93 | 0.68 |
| Hex | 9D | F9 | 63 | 25 | 0 | 3C | 2 | 61 | 5D | 44 |
| Octal | 235 | 371 | 143 | 45 | 0 | 74 | 2 | 141 | 135 | 104 |
| Binary | 10011101 | 11111001 | 1100011 | 100101 | 0 | 111100 | 10 | 1100001 | 1011101 | 1000100 |
Color Harmonies of #9DF963
Complementary color
Monochromatic Colors of #9DF963
Black with #9DF963
Text Example
Text Example
White with #9DF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF963; }
p { color: rgb(157,249,99); }
H1.HeaderClassName
{
color: #9DF963;
}
.AnyTagClassName
{
color: #9DF963;
}
</style>
background-color css
<style>
a { background-color: #9DF963; }
a { background-color: rgb(157,249,99); }
div.DivClassName
{
background-color: #9DF963;
}
.BgClassName
{
background-color: #9DF963;
}
</style>
border-color css
<style>
span { border-color: #9DF963; }
span { border-color: rgb(157,249,99); }
td.TdClassName
{
border-color: #9DF963;
}
.TagClassName
{
border-color: #9DF963;
}
</style>