Shades of Conifer #9DD863
Tints of Conifer #9DD863
RGB
CMYK
RGB Variations
Color information
#9DD863 (or 0x9DD863) is known color: Conifer. HEX triplet: 9D, D8 and 63. RGB value is (157,216,99). Sum of RGB (Red+Green+Blue) = 157+216+99=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD863 is #62279C. Grayscale: #B9B9B9. Windows color (decimal): -6432669 or 6543517. OLE color: 6543517.
HSL color Cylindrical-coordinate representation of color #9DD863: hue angle of 90.26º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DD863 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 99 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.15 |
| HSL | 90.26º | 0.6% | 0.62% | - |
| HSV(B) | 90.26º | 0.54% | 0.85% | - |
| XYZ | 40.71 | 57.18 | 20.7 | - |
| YUV | 185.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 99 | 0.27 | 0 | 0.54 | 0.15 | 90.26 | 0.6 | 0.62 |
| Hex | 9D | D8 | 63 | 1B | 0 | 36 | F | 5A | 3C | 3E |
| Octal | 235 | 330 | 143 | 33 | 0 | 66 | 17 | 132 | 74 | 76 |
| Binary | 10011101 | 11011000 | 1100011 | 11011 | 0 | 110110 | 1111 | 1011010 | 111100 | 111110 |
Color Harmonies of #9DD863
Complementary color
Monochromatic Colors of #9DD863
Black with #9DD863
Text Example
Text Example
White with #9DD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD863; }
p { color: rgb(157,216,99); }
H1.HeaderClassName
{
color: #9DD863;
}
.AnyTagClassName
{
color: #9DD863;
}
</style>
background-color css
<style>
a { background-color: #9DD863; }
a { background-color: rgb(157,216,99); }
div.DivClassName
{
background-color: #9DD863;
}
.BgClassName
{
background-color: #9DD863;
}
</style>
border-color css
<style>
span { border-color: #9DD863; }
span { border-color: rgb(157,216,99); }
td.TdClassName
{
border-color: #9DD863;
}
.TagClassName
{
border-color: #9DD863;
}
</style>