Shades of Conifer #9DDA4F
Tints of Conifer #9DDA4F
RGB
CMYK
RGB Variations
Color information
#9DDA4F (or 0x9DDA4F) is known color: Conifer. HEX triplet: 9D, DA and 4F. RGB value is (157,218,79). Sum of RGB (Red+Green+Blue) = 157+218+79=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA4F is #6225B0. Grayscale: #B8B8B8. Windows color (decimal): -6432177 or 5233309. OLE color: 5233309.
HSL color Cylindrical-coordinate representation of color #9DDA4F: hue angle of 86.33º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DDA4F is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 79 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.15 |
| HSL | 86.33º | 0.65% | 0.58% | - |
| HSV(B) | 86.33º | 0.64% | 0.85% | - |
| XYZ | 40.39 | 57.88 | 16.44 | - |
| YUV | 183.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 79 | 0.28 | 0 | 0.64 | 0.15 | 86.33 | 0.65 | 0.58 |
| Hex | 9D | DA | 4F | 1C | 0 | 40 | F | 56 | 41 | 3A |
| Octal | 235 | 332 | 117 | 34 | 0 | 100 | 17 | 126 | 101 | 72 |
| Binary | 10011101 | 11011010 | 1001111 | 11100 | 0 | 1000000 | 1111 | 1010110 | 1000001 | 111010 |
Color Harmonies of #9DDA4F
Complementary color
Monochromatic Colors of #9DDA4F
Black with #9DDA4F
Text Example
Text Example
White with #9DDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA4F; }
p { color: rgb(157,218,79); }
H1.HeaderClassName
{
color: #9DDA4F;
}
.AnyTagClassName
{
color: #9DDA4F;
}
</style>
background-color css
<style>
a { background-color: #9DDA4F; }
a { background-color: rgb(157,218,79); }
div.DivClassName
{
background-color: #9DDA4F;
}
.BgClassName
{
background-color: #9DDA4F;
}
</style>
border-color css
<style>
span { border-color: #9DDA4F; }
span { border-color: rgb(157,218,79); }
td.TdClassName
{
border-color: #9DDA4F;
}
.TagClassName
{
border-color: #9DDA4F;
}
</style>