Shades of Conifer #B9F149
Tints of Conifer #B9F149
RGB
CMYK
RGB Variations
Color information
#B9F149 (or 0xB9F149) is known color: Conifer. HEX triplet: B9, F1 and 49. RGB value is (185,241,73). Sum of RGB (Red+Green+Blue) = 185+241+73=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F149 is #460EB6. Grayscale: #CDCDCD. Windows color (decimal): -4591287 or 4846009. OLE color: 4846009.
HSL color Cylindrical-coordinate representation of color #B9F149: hue angle of 80º 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 #B9F149 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 73 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.05 |
| HSL | 80º | 0.86% | 0.62% | - |
| HSV(B) | 80º | 0.7% | 0.95% | - |
| XYZ | 52.67 | 73.71 | 17.75 | - |
| YUV | 205.1 | 53.45 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 73 | 0.23 | 0 | 0.70 | 0.05 | 80 | 0.86 | 0.62 |
| Hex | B9 | F1 | 49 | 17 | 0 | 46 | 5 | 50 | 56 | 3E |
| Octal | 271 | 361 | 111 | 27 | 0 | 106 | 5 | 120 | 126 | 76 |
| Binary | 10111001 | 11110001 | 1001001 | 10111 | 0 | 1000110 | 101 | 1010000 | 1010110 | 111110 |
Color Harmonies of #B9F149
Complementary color
Monochromatic Colors of #B9F149
Black with #B9F149
Text Example
Text Example
White with #B9F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F149; }
p { color: rgb(185,241,73); }
H1.HeaderClassName
{
color: #B9F149;
}
.AnyTagClassName
{
color: #B9F149;
}
</style>
background-color css
<style>
a { background-color: #B9F149; }
a { background-color: rgb(185,241,73); }
div.DivClassName
{
background-color: #B9F149;
}
.BgClassName
{
background-color: #B9F149;
}
</style>
border-color css
<style>
span { border-color: #B9F149; }
span { border-color: rgb(185,241,73); }
td.TdClassName
{
border-color: #B9F149;
}
.TagClassName
{
border-color: #B9F149;
}
</style>