Shades of Conifer #99D85E
Tints of Conifer #99D85E
RGB
CMYK
RGB Variations
Color information
#99D85E (or 0x99D85E) is known color: Conifer. HEX triplet: 99, D8 and 5E. RGB value is (153,216,94). Sum of RGB (Red+Green+Blue) = 153+216+94=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #99D85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D85E is #6627A1. Grayscale: #B7B7B7. Windows color (decimal): -6694818 or 6215833. OLE color: 6215833.
HSL color Cylindrical-coordinate representation of color #99D85E: hue angle of 90.98º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99D85E is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 94 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.15 |
| HSL | 90.98º | 0.61% | 0.61% | - |
| HSV(B) | 90.98º | 0.56% | 0.85% | - |
| XYZ | 39.71 | 56.69 | 19.44 | - |
| YUV | 183.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 94 | 0.29 | 0 | 0.56 | 0.15 | 90.98 | 0.61 | 0.61 |
| Hex | 99 | D8 | 5E | 1D | 0 | 38 | F | 5B | 3D | 3D |
| Octal | 231 | 330 | 136 | 35 | 0 | 70 | 17 | 133 | 75 | 75 |
| Binary | 10011001 | 11011000 | 1011110 | 11101 | 0 | 111000 | 1111 | 1011011 | 111101 | 111101 |
Color Harmonies of #99D85E
Complementary color
Monochromatic Colors of #99D85E
Black with #99D85E
Text Example
Text Example
White with #99D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D85E; }
p { color: rgb(153,216,94); }
H1.HeaderClassName
{
color: #99D85E;
}
.AnyTagClassName
{
color: #99D85E;
}
</style>
background-color css
<style>
a { background-color: #99D85E; }
a { background-color: rgb(153,216,94); }
div.DivClassName
{
background-color: #99D85E;
}
.BgClassName
{
background-color: #99D85E;
}
</style>
border-color css
<style>
span { border-color: #99D85E; }
span { border-color: rgb(153,216,94); }
td.TdClassName
{
border-color: #99D85E;
}
.TagClassName
{
border-color: #99D85E;
}
</style>