Shades of Conifer #9DD665
Tints of Conifer #9DD665
RGB
CMYK
RGB Variations
Color information
#9DD665 (or 0x9DD665) is known color: Conifer. HEX triplet: 9D, D6 and 65. RGB value is (157,214,101). Sum of RGB (Red+Green+Blue) = 157+214+101=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD665 is #62299A. Grayscale: #B8B8B8. Windows color (decimal): -6433179 or 6674077. OLE color: 6674077.
HSL color Cylindrical-coordinate representation of color #9DD665: hue angle of 90.27º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DD665 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 101 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.16 |
| HSL | 90.27º | 0.58% | 0.62% | - |
| HSV(B) | 90.27º | 0.53% | 0.84% | - |
| XYZ | 40.3 | 56.2 | 21.04 | - |
| YUV | 184.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 101 | 0.27 | 0 | 0.53 | 0.16 | 90.27 | 0.58 | 0.62 |
| Hex | 9D | D6 | 65 | 1B | 0 | 35 | 10 | 5A | 3A | 3E |
| Octal | 235 | 326 | 145 | 33 | 0 | 65 | 20 | 132 | 72 | 76 |
| Binary | 10011101 | 11010110 | 1100101 | 11011 | 0 | 110101 | 10000 | 1011010 | 111010 | 111110 |
Color Harmonies of #9DD665
Complementary color
Monochromatic Colors of #9DD665
Black with #9DD665
Text Example
Text Example
White with #9DD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD665; }
p { color: rgb(157,214,101); }
H1.HeaderClassName
{
color: #9DD665;
}
.AnyTagClassName
{
color: #9DD665;
}
</style>
background-color css
<style>
a { background-color: #9DD665; }
a { background-color: rgb(157,214,101); }
div.DivClassName
{
background-color: #9DD665;
}
.BgClassName
{
background-color: #9DD665;
}
</style>
border-color css
<style>
span { border-color: #9DD665; }
span { border-color: rgb(157,214,101); }
td.TdClassName
{
border-color: #9DD665;
}
.TagClassName
{
border-color: #9DD665;
}
</style>