Shades of Conifer #9DDE60
Tints of Conifer #9DDE60
RGB
CMYK
RGB Variations
Color information
#9DDE60 (or 0x9DDE60) is known color: Conifer. HEX triplet: 9D, DE and 60. RGB value is (157,222,96). Sum of RGB (Red+Green+Blue) = 157+222+96=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE60 is #62219F. Grayscale: #BCBCBC. Windows color (decimal): -6431136 or 6348445. OLE color: 6348445.
HSL color Cylindrical-coordinate representation of color #9DDE60: hue angle of 90.95º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DDE60 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 96 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.13 |
| HSL | 90.95º | 0.66% | 0.62% | - |
| HSV(B) | 90.95º | 0.57% | 0.87% | - |
| XYZ | 42.14 | 60.26 | 20.48 | - |
| YUV | 188.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 96 | 0.29 | 0 | 0.57 | 0.13 | 90.95 | 0.66 | 0.62 |
| Hex | 9D | DE | 60 | 1D | 0 | 39 | D | 5B | 42 | 3E |
| Octal | 235 | 336 | 140 | 35 | 0 | 71 | 15 | 133 | 102 | 76 |
| Binary | 10011101 | 11011110 | 1100000 | 11101 | 0 | 111001 | 1101 | 1011011 | 1000010 | 111110 |
Color Harmonies of #9DDE60
Complementary color
Monochromatic Colors of #9DDE60
Black with #9DDE60
Text Example
Text Example
White with #9DDE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE60; }
p { color: rgb(157,222,96); }
H1.HeaderClassName
{
color: #9DDE60;
}
.AnyTagClassName
{
color: #9DDE60;
}
</style>
background-color css
<style>
a { background-color: #9DDE60; }
a { background-color: rgb(157,222,96); }
div.DivClassName
{
background-color: #9DDE60;
}
.BgClassName
{
background-color: #9DDE60;
}
</style>
border-color css
<style>
span { border-color: #9DDE60; }
span { border-color: rgb(157,222,96); }
td.TdClassName
{
border-color: #9DDE60;
}
.TagClassName
{
border-color: #9DDE60;
}
</style>