Shades of Conifer #99D55B
Tints of Conifer #99D55B
RGB
CMYK
RGB Variations
Color information
#99D55B (or 0x99D55B) is known color: Conifer. HEX triplet: 99, D5 and 5B. RGB value is (153,213,91). Sum of RGB (Red+Green+Blue) = 153+213+91=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #99D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D55B is #662AA4. Grayscale: #B5B5B5. Windows color (decimal): -6695589 or 6018457. OLE color: 6018457.
HSL color Cylindrical-coordinate representation of color #99D55B: hue angle of 89.51º degrees, saturation: 0.59, 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 #99D55B is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 91 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.16 |
| HSL | 89.51º | 0.59% | 0.6% | - |
| HSV(B) | 89.51º | 0.57% | 0.84% | - |
| XYZ | 38.82 | 55.12 | 18.49 | - |
| YUV | 181.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 91 | 0.28 | 0 | 0.57 | 0.16 | 89.51 | 0.59 | 0.6 |
| Hex | 99 | D5 | 5B | 1C | 0 | 39 | 10 | 5A | 3B | 3C |
| Octal | 231 | 325 | 133 | 34 | 0 | 71 | 20 | 132 | 73 | 74 |
| Binary | 10011001 | 11010101 | 1011011 | 11100 | 0 | 111001 | 10000 | 1011010 | 111011 | 111100 |
Color Harmonies of #99D55B
Complementary color
Monochromatic Colors of #99D55B
Black with #99D55B
Text Example
Text Example
White with #99D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D55B; }
p { color: rgb(153,213,91); }
H1.HeaderClassName
{
color: #99D55B;
}
.AnyTagClassName
{
color: #99D55B;
}
</style>
background-color css
<style>
a { background-color: #99D55B; }
a { background-color: rgb(153,213,91); }
div.DivClassName
{
background-color: #99D55B;
}
.BgClassName
{
background-color: #99D55B;
}
</style>
border-color css
<style>
span { border-color: #99D55B; }
span { border-color: rgb(153,213,91); }
td.TdClassName
{
border-color: #99D55B;
}
.TagClassName
{
border-color: #99D55B;
}
</style>