Shades of Conifer #9DDF65
Tints of Conifer #9DDF65
RGB
CMYK
RGB Variations
Color information
#9DDF65 (or 0x9DDF65) is known color: Conifer. HEX triplet: 9D, DF and 65. RGB value is (157,223,101). Sum of RGB (Red+Green+Blue) = 157+223+101=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF65 is #62209A. Grayscale: #BDBDBD. Windows color (decimal): -6430875 or 6676381. OLE color: 6676381.
HSL color Cylindrical-coordinate representation of color #9DDF65: hue angle of 92.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DDF65 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 101 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.13 |
| HSL | 92.46º | 0.66% | 0.64% | - |
| HSV(B) | 92.46º | 0.55% | 0.87% | - |
| XYZ | 42.64 | 60.88 | 21.82 | - |
| YUV | 189.36 | 78.13 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 101 | 0.30 | 0 | 0.55 | 0.13 | 92.46 | 0.66 | 0.64 |
| Hex | 9D | DF | 65 | 1E | 0 | 37 | D | 5C | 42 | 40 |
| Octal | 235 | 337 | 145 | 36 | 0 | 67 | 15 | 134 | 102 | 100 |
| Binary | 10011101 | 11011111 | 1100101 | 11110 | 0 | 110111 | 1101 | 1011100 | 1000010 | 1000000 |
Color Harmonies of #9DDF65
Complementary color
Monochromatic Colors of #9DDF65
Black with #9DDF65
Text Example
Text Example
White with #9DDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF65; }
p { color: rgb(157,223,101); }
H1.HeaderClassName
{
color: #9DDF65;
}
.AnyTagClassName
{
color: #9DDF65;
}
</style>
background-color css
<style>
a { background-color: #9DDF65; }
a { background-color: rgb(157,223,101); }
div.DivClassName
{
background-color: #9DDF65;
}
.BgClassName
{
background-color: #9DDF65;
}
</style>
border-color css
<style>
span { border-color: #9DDF65; }
span { border-color: rgb(157,223,101); }
td.TdClassName
{
border-color: #9DDF65;
}
.TagClassName
{
border-color: #9DDF65;
}
</style>