Shades of Conifer #9BDD63
Tints of Conifer #9BDD63
RGB
CMYK
RGB Variations
Color information
#9BDD63 (or 0x9BDD63) is known color: Conifer. HEX triplet: 9B, DD and 63. RGB value is (155,221,99). Sum of RGB (Red+Green+Blue) = 155+221+99=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD63 is #64229C. Grayscale: #BBBBBB. Windows color (decimal): -6562461 or 6544795. OLE color: 6544795.
HSL color Cylindrical-coordinate representation of color #9BDD63: hue angle of 92.46º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BDD63 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 99 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.13 |
| HSL | 92.46º | 0.64% | 0.63% | - |
| HSV(B) | 92.46º | 0.55% | 0.87% | - |
| XYZ | 41.63 | 59.58 | 21.11 | - |
| YUV | 187.36 | 78.13 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 99 | 0.30 | 0 | 0.55 | 0.13 | 92.46 | 0.64 | 0.63 |
| Hex | 9B | DD | 63 | 1E | 0 | 37 | D | 5C | 40 | 3F |
| Octal | 233 | 335 | 143 | 36 | 0 | 67 | 15 | 134 | 100 | 77 |
| Binary | 10011011 | 11011101 | 1100011 | 11110 | 0 | 110111 | 1101 | 1011100 | 1000000 | 111111 |
Color Harmonies of #9BDD63
Complementary color
Monochromatic Colors of #9BDD63
Black with #9BDD63
Text Example
Text Example
White with #9BDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD63; }
p { color: rgb(155,221,99); }
H1.HeaderClassName
{
color: #9BDD63;
}
.AnyTagClassName
{
color: #9BDD63;
}
</style>
background-color css
<style>
a { background-color: #9BDD63; }
a { background-color: rgb(155,221,99); }
div.DivClassName
{
background-color: #9BDD63;
}
.BgClassName
{
background-color: #9BDD63;
}
</style>
border-color css
<style>
span { border-color: #9BDD63; }
span { border-color: rgb(155,221,99); }
td.TdClassName
{
border-color: #9BDD63;
}
.TagClassName
{
border-color: #9BDD63;
}
</style>