Shades of Conifer #9CDD5D
Tints of Conifer #9CDD5D
RGB
CMYK
RGB Variations
Color information
#9CDD5D (or 0x9CDD5D) is known color: Conifer. HEX triplet: 9C, DD and 5D. RGB value is (156,221,93). Sum of RGB (Red+Green+Blue) = 156+221+93=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD5D is #6322A2. Grayscale: #BBBBBB. Windows color (decimal): -6496931 or 6151580. OLE color: 6151580.
HSL color Cylindrical-coordinate representation of color #9CDD5D: hue angle of 90.47º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CDD5D is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 93 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.13 |
| HSL | 90.47º | 0.65% | 0.62% | - |
| HSV(B) | 90.47º | 0.58% | 0.87% | - |
| XYZ | 41.54 | 59.57 | 19.66 | - |
| YUV | 186.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 93 | 0.29 | 0 | 0.58 | 0.13 | 90.47 | 0.65 | 0.62 |
| Hex | 9C | DD | 5D | 1D | 0 | 3A | D | 5A | 41 | 3E |
| Octal | 234 | 335 | 135 | 35 | 0 | 72 | 15 | 132 | 101 | 76 |
| Binary | 10011100 | 11011101 | 1011101 | 11101 | 0 | 111010 | 1101 | 1011010 | 1000001 | 111110 |
Color Harmonies of #9CDD5D
Complementary color
Monochromatic Colors of #9CDD5D
Black with #9CDD5D
Text Example
Text Example
White with #9CDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD5D; }
p { color: rgb(156,221,93); }
H1.HeaderClassName
{
color: #9CDD5D;
}
.AnyTagClassName
{
color: #9CDD5D;
}
</style>
background-color css
<style>
a { background-color: #9CDD5D; }
a { background-color: rgb(156,221,93); }
div.DivClassName
{
background-color: #9CDD5D;
}
.BgClassName
{
background-color: #9CDD5D;
}
</style>
border-color css
<style>
span { border-color: #9CDD5D; }
span { border-color: rgb(156,221,93); }
td.TdClassName
{
border-color: #9CDD5D;
}
.TagClassName
{
border-color: #9CDD5D;
}
</style>