Shades of Conifer #99D656
Tints of Conifer #99D656
RGB
CMYK
RGB Variations
Color information
#99D656 (or 0x99D656) is known color: Conifer. HEX triplet: 99, D6 and 56. RGB value is (153,214,86). Sum of RGB (Red+Green+Blue) = 153+214+86=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #99D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D656 is #6629A9. Grayscale: #B5B5B5. Windows color (decimal): -6695338 or 5691033. OLE color: 5691033.
HSL color Cylindrical-coordinate representation of color #99D656: hue angle of 88.59º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99D656 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 86 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.16 |
| HSL | 88.59º | 0.61% | 0.59% | - |
| HSV(B) | 88.59º | 0.6% | 0.84% | - |
| XYZ | 38.86 | 55.54 | 17.48 | - |
| YUV | 181.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 86 | 0.29 | 0 | 0.60 | 0.16 | 88.59 | 0.61 | 0.59 |
| Hex | 99 | D6 | 56 | 1D | 0 | 3C | 10 | 59 | 3D | 3B |
| Octal | 231 | 326 | 126 | 35 | 0 | 74 | 20 | 131 | 75 | 73 |
| Binary | 10011001 | 11010110 | 1010110 | 11101 | 0 | 111100 | 10000 | 1011001 | 111101 | 111011 |
Color Harmonies of #99D656
Complementary color
Monochromatic Colors of #99D656
Black with #99D656
Text Example
Text Example
White with #99D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D656; }
p { color: rgb(153,214,86); }
H1.HeaderClassName
{
color: #99D656;
}
.AnyTagClassName
{
color: #99D656;
}
</style>
background-color css
<style>
a { background-color: #99D656; }
a { background-color: rgb(153,214,86); }
div.DivClassName
{
background-color: #99D656;
}
.BgClassName
{
background-color: #99D656;
}
</style>
border-color css
<style>
span { border-color: #99D656; }
span { border-color: rgb(153,214,86); }
td.TdClassName
{
border-color: #99D656;
}
.TagClassName
{
border-color: #99D656;
}
</style>