Shades of Conifer #99CF5B
Tints of Conifer #99CF5B
RGB
CMYK
RGB Variations
Color information
#99CF5B (or 0x99CF5B) is known color: Conifer. HEX triplet: 99, CF and 5B. RGB value is (153,207,91). Sum of RGB (Red+Green+Blue) = 153+207+91=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF5B is #6630A4. Grayscale: #B2B2B2. Windows color (decimal): -6697125 or 6016921. OLE color: 6016921.
HSL color Cylindrical-coordinate representation of color #99CF5B: hue angle of 87.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99CF5B is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 91 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.19 |
| HSL | 87.93º | 0.55% | 0.58% | - |
| HSV(B) | 87.93º | 0.56% | 0.81% | - |
| XYZ | 37.34 | 52.15 | 18 | - |
| YUV | 177.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 91 | 0.26 | 0 | 0.56 | 0.19 | 87.93 | 0.55 | 0.58 |
| Hex | 99 | CF | 5B | 1A | 0 | 38 | 13 | 58 | 37 | 3A |
| Octal | 231 | 317 | 133 | 32 | 0 | 70 | 23 | 130 | 67 | 72 |
| Binary | 10011001 | 11001111 | 1011011 | 11010 | 0 | 111000 | 10011 | 1011000 | 110111 | 111010 |
Color Harmonies of #99CF5B
Complementary color
Monochromatic Colors of #99CF5B
Black with #99CF5B
Text Example
Text Example
White with #99CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF5B; }
p { color: rgb(153,207,91); }
H1.HeaderClassName
{
color: #99CF5B;
}
.AnyTagClassName
{
color: #99CF5B;
}
</style>
background-color css
<style>
a { background-color: #99CF5B; }
a { background-color: rgb(153,207,91); }
div.DivClassName
{
background-color: #99CF5B;
}
.BgClassName
{
background-color: #99CF5B;
}
</style>
border-color css
<style>
span { border-color: #99CF5B; }
span { border-color: rgb(153,207,91); }
td.TdClassName
{
border-color: #99CF5B;
}
.TagClassName
{
border-color: #99CF5B;
}
</style>