Shades of Conifer #9DDB65
Tints of Conifer #9DDB65
RGB
CMYK
RGB Variations
Color information
#9DDB65 (or 0x9DDB65) is known color: Conifer. HEX triplet: 9D, DB and 65. RGB value is (157,219,101). Sum of RGB (Red+Green+Blue) = 157+219+101=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB65 is #62249A. Grayscale: #BBBBBB. Windows color (decimal): -6431899 or 6675357. OLE color: 6675357.
HSL color Cylindrical-coordinate representation of color #9DDB65: hue angle of 91.53º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DDB65 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 101 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.14 |
| HSL | 91.53º | 0.62% | 0.63% | - |
| HSV(B) | 91.53º | 0.54% | 0.86% | - |
| XYZ | 41.59 | 58.77 | 21.46 | - |
| YUV | 187.01 | 79.46 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 101 | 0.28 | 0 | 0.54 | 0.14 | 91.53 | 0.62 | 0.63 |
| Hex | 9D | DB | 65 | 1C | 0 | 36 | E | 5C | 3E | 3F |
| Octal | 235 | 333 | 145 | 34 | 0 | 66 | 16 | 134 | 76 | 77 |
| Binary | 10011101 | 11011011 | 1100101 | 11100 | 0 | 110110 | 1110 | 1011100 | 111110 | 111111 |
Color Harmonies of #9DDB65
Complementary color
Monochromatic Colors of #9DDB65
Black with #9DDB65
Text Example
Text Example
White with #9DDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB65; }
p { color: rgb(157,219,101); }
H1.HeaderClassName
{
color: #9DDB65;
}
.AnyTagClassName
{
color: #9DDB65;
}
</style>
background-color css
<style>
a { background-color: #9DDB65; }
a { background-color: rgb(157,219,101); }
div.DivClassName
{
background-color: #9DDB65;
}
.BgClassName
{
background-color: #9DDB65;
}
</style>
border-color css
<style>
span { border-color: #9DDB65; }
span { border-color: rgb(157,219,101); }
td.TdClassName
{
border-color: #9DDB65;
}
.TagClassName
{
border-color: #9DDB65;
}
</style>