Shades of Conifer #9FDE64
Tints of Conifer #9FDE64
RGB
CMYK
RGB Variations
Color information
#9FDE64 (or 0x9FDE64) is known color: Conifer. HEX triplet: 9F, DE and 64. RGB value is (159,222,100). Sum of RGB (Red+Green+Blue) = 159+222+100=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE64 is #60219B. Grayscale: #BDBDBD. Windows color (decimal): -6300060 or 6610591. OLE color: 6610591.
HSL color Cylindrical-coordinate representation of color #9FDE64: hue angle of 90.98º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FDE64 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 100 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.13 |
| HSL | 90.98º | 0.65% | 0.63% | - |
| HSV(B) | 90.98º | 0.55% | 0.87% | - |
| XYZ | 42.72 | 60.53 | 21.49 | - |
| YUV | 189.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 100 | 0.28 | 0 | 0.55 | 0.13 | 90.98 | 0.65 | 0.63 |
| Hex | 9F | DE | 64 | 1C | 0 | 37 | D | 5B | 41 | 3F |
| Octal | 237 | 336 | 144 | 34 | 0 | 67 | 15 | 133 | 101 | 77 |
| Binary | 10011111 | 11011110 | 1100100 | 11100 | 0 | 110111 | 1101 | 1011011 | 1000001 | 111111 |
Color Harmonies of #9FDE64
Complementary color
Monochromatic Colors of #9FDE64
Black with #9FDE64
Text Example
Text Example
White with #9FDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE64; }
p { color: rgb(159,222,100); }
H1.HeaderClassName
{
color: #9FDE64;
}
.AnyTagClassName
{
color: #9FDE64;
}
</style>
background-color css
<style>
a { background-color: #9FDE64; }
a { background-color: rgb(159,222,100); }
div.DivClassName
{
background-color: #9FDE64;
}
.BgClassName
{
background-color: #9FDE64;
}
</style>
border-color css
<style>
span { border-color: #9FDE64; }
span { border-color: rgb(159,222,100); }
td.TdClassName
{
border-color: #9FDE64;
}
.TagClassName
{
border-color: #9FDE64;
}
</style>