Shades of Conifer #9DDB63
Tints of Conifer #9DDB63
RGB
CMYK
RGB Variations
Color information
#9DDB63 (or 0x9DDB63) is known color: Conifer. HEX triplet: 9D, DB and 63. RGB value is (157,219,99). Sum of RGB (Red+Green+Blue) = 157+219+99=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB63 is #62249C. Grayscale: #BBBBBB. Windows color (decimal): -6431901 or 6544285. OLE color: 6544285.
HSL color Cylindrical-coordinate representation of color #9DDB63: hue angle of 91º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DDB63 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 99 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.14 |
| HSL | 91º | 0.63% | 0.62% | - |
| HSV(B) | 91º | 0.55% | 0.86% | - |
| XYZ | 41.49 | 58.73 | 20.95 | - |
| YUV | 186.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 99 | 0.28 | 0 | 0.55 | 0.14 | 91 | 0.63 | 0.62 |
| Hex | 9D | DB | 63 | 1C | 0 | 37 | E | 5B | 3E | 3E |
| Octal | 235 | 333 | 143 | 34 | 0 | 67 | 16 | 133 | 76 | 76 |
| Binary | 10011101 | 11011011 | 1100011 | 11100 | 0 | 110111 | 1110 | 1011011 | 111110 | 111110 |
Color Harmonies of #9DDB63
Complementary color
Monochromatic Colors of #9DDB63
Black with #9DDB63
Text Example
Text Example
White with #9DDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB63; }
p { color: rgb(157,219,99); }
H1.HeaderClassName
{
color: #9DDB63;
}
.AnyTagClassName
{
color: #9DDB63;
}
</style>
background-color css
<style>
a { background-color: #9DDB63; }
a { background-color: rgb(157,219,99); }
div.DivClassName
{
background-color: #9DDB63;
}
.BgClassName
{
background-color: #9DDB63;
}
</style>
border-color css
<style>
span { border-color: #9DDB63; }
span { border-color: rgb(157,219,99); }
td.TdClassName
{
border-color: #9DDB63;
}
.TagClassName
{
border-color: #9DDB63;
}
</style>