Shades of Conifer #9DDD62
Tints of Conifer #9DDD62
RGB
CMYK
RGB Variations
Color information
#9DDD62 (or 0x9DDD62) is known color: Conifer. HEX triplet: 9D, DD and 62. RGB value is (157,221,98). Sum of RGB (Red+Green+Blue) = 157+221+98=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD62 is #62229D. Grayscale: #BCBCBC. Windows color (decimal): -6431390 or 6479261. OLE color: 6479261.
HSL color Cylindrical-coordinate representation of color #9DDD62: hue angle of 91.22º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DDD62 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 98 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.13 |
| HSL | 91.22º | 0.64% | 0.63% | - |
| HSV(B) | 91.22º | 0.56% | 0.87% | - |
| XYZ | 41.97 | 59.76 | 20.88 | - |
| YUV | 187.84 | 77.3 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 98 | 0.29 | 0 | 0.56 | 0.13 | 91.22 | 0.64 | 0.63 |
| Hex | 9D | DD | 62 | 1D | 0 | 38 | D | 5B | 40 | 3F |
| Octal | 235 | 335 | 142 | 35 | 0 | 70 | 15 | 133 | 100 | 77 |
| Binary | 10011101 | 11011101 | 1100010 | 11101 | 0 | 111000 | 1101 | 1011011 | 1000000 | 111111 |
Color Harmonies of #9DDD62
Complementary color
Monochromatic Colors of #9DDD62
Black with #9DDD62
Text Example
Text Example
White with #9DDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD62; }
p { color: rgb(157,221,98); }
H1.HeaderClassName
{
color: #9DDD62;
}
.AnyTagClassName
{
color: #9DDD62;
}
</style>
background-color css
<style>
a { background-color: #9DDD62; }
a { background-color: rgb(157,221,98); }
div.DivClassName
{
background-color: #9DDD62;
}
.BgClassName
{
background-color: #9DDD62;
}
</style>
border-color css
<style>
span { border-color: #9DDD62; }
span { border-color: rgb(157,221,98); }
td.TdClassName
{
border-color: #9DDD62;
}
.TagClassName
{
border-color: #9DDD62;
}
</style>