Shades of Conifer #99D65B
Tints of Conifer #99D65B
RGB
CMYK
RGB Variations
Color information
#99D65B (or 0x99D65B) is known color: Conifer. HEX triplet: 99, D6 and 5B. RGB value is (153,214,91). Sum of RGB (Red+Green+Blue) = 153+214+91=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #99D65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D65B is #6629A4. Grayscale: #B6B6B6. Windows color (decimal): -6695333 or 6018713. OLE color: 6018713.
HSL color Cylindrical-coordinate representation of color #99D65B: hue angle of 89.76º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99D65B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 91 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.16 |
| HSL | 89.76º | 0.6% | 0.6% | - |
| HSV(B) | 89.76º | 0.57% | 0.84% | - |
| XYZ | 39.07 | 55.62 | 18.57 | - |
| YUV | 181.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 91 | 0.29 | 0 | 0.57 | 0.16 | 89.76 | 0.6 | 0.6 |
| Hex | 99 | D6 | 5B | 1D | 0 | 39 | 10 | 5A | 3C | 3C |
| Octal | 231 | 326 | 133 | 35 | 0 | 71 | 20 | 132 | 74 | 74 |
| Binary | 10011001 | 11010110 | 1011011 | 11101 | 0 | 111001 | 10000 | 1011010 | 111100 | 111100 |
Color Harmonies of #99D65B
Complementary color
Monochromatic Colors of #99D65B
Black with #99D65B
Text Example
Text Example
White with #99D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D65B; }
p { color: rgb(153,214,91); }
H1.HeaderClassName
{
color: #99D65B;
}
.AnyTagClassName
{
color: #99D65B;
}
</style>
background-color css
<style>
a { background-color: #99D65B; }
a { background-color: rgb(153,214,91); }
div.DivClassName
{
background-color: #99D65B;
}
.BgClassName
{
background-color: #99D65B;
}
</style>
border-color css
<style>
span { border-color: #99D65B; }
span { border-color: rgb(153,214,91); }
td.TdClassName
{
border-color: #99D65B;
}
.TagClassName
{
border-color: #99D65B;
}
</style>