Shades of Conifer #9DF961
Tints of Conifer #9DF961
RGB
CMYK
RGB Variations
Color information
#9DF961 (or 0x9DF961) is known color: Conifer. HEX triplet: 9D, F9 and 61. RGB value is (157,249,97). Sum of RGB (Red+Green+Blue) = 157+249+97=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF961 is #62069E. Grayscale: #CCCCCC. Windows color (decimal): -6424223 or 6420893. OLE color: 6420893.
HSL color Cylindrical-coordinate representation of color #9DF961: hue angle of 96.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DF961 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 97 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.02 |
| HSL | 96.32º | 0.93% | 0.68% | - |
| HSV(B) | 96.32º | 0.61% | 0.98% | - |
| XYZ | 49.94 | 75.78 | 23.3 | - |
| YUV | 204.16 | 67.52 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 97 | 0.37 | 0 | 0.61 | 0.02 | 96.32 | 0.93 | 0.68 |
| Hex | 9D | F9 | 61 | 25 | 0 | 3D | 2 | 60 | 5D | 44 |
| Octal | 235 | 371 | 141 | 45 | 0 | 75 | 2 | 140 | 135 | 104 |
| Binary | 10011101 | 11111001 | 1100001 | 100101 | 0 | 111101 | 10 | 1100000 | 1011101 | 1000100 |
Color Harmonies of #9DF961
Complementary color
Monochromatic Colors of #9DF961
Black with #9DF961
Text Example
Text Example
White with #9DF961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF961; }
p { color: rgb(157,249,97); }
H1.HeaderClassName
{
color: #9DF961;
}
.AnyTagClassName
{
color: #9DF961;
}
</style>
background-color css
<style>
a { background-color: #9DF961; }
a { background-color: rgb(157,249,97); }
div.DivClassName
{
background-color: #9DF961;
}
.BgClassName
{
background-color: #9DF961;
}
</style>
border-color css
<style>
span { border-color: #9DF961; }
span { border-color: rgb(157,249,97); }
td.TdClassName
{
border-color: #9DF961;
}
.TagClassName
{
border-color: #9DF961;
}
</style>