Shades of Conifer #9DDD4F
Tints of Conifer #9DDD4F
RGB
CMYK
RGB Variations
Color information
#9DDD4F (or 0x9DDD4F) is known color: Conifer. HEX triplet: 9D, DD and 4F. RGB value is (157,221,79). Sum of RGB (Red+Green+Blue) = 157+221+79=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD4F is #6222B0. Grayscale: #BABABA. Windows color (decimal): -6431409 or 5234077. OLE color: 5234077.
HSL color Cylindrical-coordinate representation of color #9DDD4F: hue angle of 87.04º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DDD4F is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 79 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.13 |
| HSL | 87.04º | 0.68% | 0.59% | - |
| HSV(B) | 87.04º | 0.64% | 0.87% | - |
| XYZ | 41.17 | 59.45 | 16.7 | - |
| YUV | 185.68 | 67.8 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 79 | 0.29 | 0 | 0.64 | 0.13 | 87.04 | 0.68 | 0.59 |
| Hex | 9D | DD | 4F | 1D | 0 | 40 | D | 57 | 44 | 3B |
| Octal | 235 | 335 | 117 | 35 | 0 | 100 | 15 | 127 | 104 | 73 |
| Binary | 10011101 | 11011101 | 1001111 | 11101 | 0 | 1000000 | 1101 | 1010111 | 1000100 | 111011 |
Color Harmonies of #9DDD4F
Complementary color
Monochromatic Colors of #9DDD4F
Black with #9DDD4F
Text Example
Text Example
White with #9DDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD4F; }
p { color: rgb(157,221,79); }
H1.HeaderClassName
{
color: #9DDD4F;
}
.AnyTagClassName
{
color: #9DDD4F;
}
</style>
background-color css
<style>
a { background-color: #9DDD4F; }
a { background-color: rgb(157,221,79); }
div.DivClassName
{
background-color: #9DDD4F;
}
.BgClassName
{
background-color: #9DDD4F;
}
</style>
border-color css
<style>
span { border-color: #9DDD4F; }
span { border-color: rgb(157,221,79); }
td.TdClassName
{
border-color: #9DDD4F;
}
.TagClassName
{
border-color: #9DDD4F;
}
</style>