Shades of Conifer #99F149
Tints of Conifer #99F149
RGB
CMYK
RGB Variations
Color information
#99F149 (or 0x99F149) is known color: Conifer. HEX triplet: 99, F1 and 49. RGB value is (153,241,73). Sum of RGB (Red+Green+Blue) = 153+241+73=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #99F149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99F149 is #660EB6. Grayscale: #C4C4C4. Windows color (decimal): -6688439 or 4845977. OLE color: 4845977.
HSL color Cylindrical-coordinate representation of color #99F149: hue angle of 91.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99F149 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 73 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.05 |
| HSL | 91.43º | 0.86% | 0.62% | - |
| HSV(B) | 91.43º | 0.7% | 0.95% | - |
| XYZ | 45.79 | 70.16 | 17.43 | - |
| YUV | 195.54 | 58.85 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 73 | 0.37 | 0 | 0.70 | 0.05 | 91.43 | 0.86 | 0.62 |
| Hex | 99 | F1 | 49 | 25 | 0 | 46 | 5 | 5B | 56 | 3E |
| Octal | 231 | 361 | 111 | 45 | 0 | 106 | 5 | 133 | 126 | 76 |
| Binary | 10011001 | 11110001 | 1001001 | 100101 | 0 | 1000110 | 101 | 1011011 | 1010110 | 111110 |
Color Harmonies of #99F149
Complementary color
Monochromatic Colors of #99F149
Black with #99F149
Text Example
Text Example
White with #99F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F149; }
p { color: rgb(153,241,73); }
H1.HeaderClassName
{
color: #99F149;
}
.AnyTagClassName
{
color: #99F149;
}
</style>
background-color css
<style>
a { background-color: #99F149; }
a { background-color: rgb(153,241,73); }
div.DivClassName
{
background-color: #99F149;
}
.BgClassName
{
background-color: #99F149;
}
</style>
border-color css
<style>
span { border-color: #99F149; }
span { border-color: rgb(153,241,73); }
td.TdClassName
{
border-color: #99F149;
}
.TagClassName
{
border-color: #99F149;
}
</style>