Shades of Conifer #99D45B
Tints of Conifer #99D45B
RGB
CMYK
RGB Variations
Color information
#99D45B (or 0x99D45B) is known color: Conifer. HEX triplet: 99, D4 and 5B. RGB value is (153,212,91). Sum of RGB (Red+Green+Blue) = 153+212+91=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #99D45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D45B is #662BA4. Grayscale: #B4B4B4. Windows color (decimal): -6695845 or 6018201. OLE color: 6018201.
HSL color Cylindrical-coordinate representation of color #99D45B: hue angle of 89.26º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99D45B is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 91 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.17 |
| HSL | 89.26º | 0.58% | 0.59% | - |
| HSV(B) | 89.26º | 0.57% | 0.83% | - |
| XYZ | 38.57 | 54.61 | 18.41 | - |
| YUV | 180.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 91 | 0.28 | 0 | 0.57 | 0.17 | 89.26 | 0.58 | 0.59 |
| Hex | 99 | D4 | 5B | 1C | 0 | 39 | 11 | 59 | 3A | 3B |
| Octal | 231 | 324 | 133 | 34 | 0 | 71 | 21 | 131 | 72 | 73 |
| Binary | 10011001 | 11010100 | 1011011 | 11100 | 0 | 111001 | 10001 | 1011001 | 111010 | 111011 |
Color Harmonies of #99D45B
Complementary color
Monochromatic Colors of #99D45B
Black with #99D45B
Text Example
Text Example
White with #99D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D45B; }
p { color: rgb(153,212,91); }
H1.HeaderClassName
{
color: #99D45B;
}
.AnyTagClassName
{
color: #99D45B;
}
</style>
background-color css
<style>
a { background-color: #99D45B; }
a { background-color: rgb(153,212,91); }
div.DivClassName
{
background-color: #99D45B;
}
.BgClassName
{
background-color: #99D45B;
}
</style>
border-color css
<style>
span { border-color: #99D45B; }
span { border-color: rgb(153,212,91); }
td.TdClassName
{
border-color: #99D45B;
}
.TagClassName
{
border-color: #99D45B;
}
</style>