Shades of Conifer #9DD761
Tints of Conifer #9DD761
RGB
CMYK
RGB Variations
Color information
#9DD761 (or 0x9DD761) is known color: Conifer. HEX triplet: 9D, D7 and 61. RGB value is (157,215,97). Sum of RGB (Red+Green+Blue) = 157+215+97=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD761 is #62289E. Grayscale: #B8B8B8. Windows color (decimal): -6432927 or 6412189. OLE color: 6412189.
HSL color Cylindrical-coordinate representation of color #9DD761: hue angle of 89.49º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DD761 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 97 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.16 |
| HSL | 89.49º | 0.6% | 0.61% | - |
| HSV(B) | 89.49º | 0.55% | 0.84% | - |
| XYZ | 40.36 | 56.63 | 20.11 | - |
| YUV | 184.21 | 78.78 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 97 | 0.27 | 0 | 0.55 | 0.16 | 89.49 | 0.6 | 0.61 |
| Hex | 9D | D7 | 61 | 1B | 0 | 37 | 10 | 59 | 3C | 3D |
| Octal | 235 | 327 | 141 | 33 | 0 | 67 | 20 | 131 | 74 | 75 |
| Binary | 10011101 | 11010111 | 1100001 | 11011 | 0 | 110111 | 10000 | 1011001 | 111100 | 111101 |
Color Harmonies of #9DD761
Complementary color
Monochromatic Colors of #9DD761
Black with #9DD761
Text Example
Text Example
White with #9DD761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD761; }
p { color: rgb(157,215,97); }
H1.HeaderClassName
{
color: #9DD761;
}
.AnyTagClassName
{
color: #9DD761;
}
</style>
background-color css
<style>
a { background-color: #9DD761; }
a { background-color: rgb(157,215,97); }
div.DivClassName
{
background-color: #9DD761;
}
.BgClassName
{
background-color: #9DD761;
}
</style>
border-color css
<style>
span { border-color: #9DD761; }
span { border-color: rgb(157,215,97); }
td.TdClassName
{
border-color: #9DD761;
}
.TagClassName
{
border-color: #9DD761;
}
</style>