Shades of Conifer #B9F549
Tints of Conifer #B9F549
RGB
CMYK
RGB Variations
Color information
#B9F549 (or 0xB9F549) is known color: Conifer. HEX triplet: B9, F5 and 49. RGB value is (185,245,73). Sum of RGB (Red+Green+Blue) = 185+245+73=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F549 is #460AB6. Grayscale: #D0D0D0. Windows color (decimal): -4590263 or 4847033. OLE color: 4847033.
HSL color Cylindrical-coordinate representation of color #B9F549: hue angle of 80.93º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9F549 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 73 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.04 |
| HSL | 80.93º | 0.9% | 0.62% | - |
| HSV(B) | 80.93º | 0.7% | 0.96% | - |
| XYZ | 53.86 | 76.1 | 18.15 | - |
| YUV | 207.45 | 52.12 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 73 | 0.24 | 0 | 0.70 | 0.04 | 80.93 | 0.9 | 0.62 |
| Hex | B9 | F5 | 49 | 18 | 0 | 46 | 4 | 51 | 5A | 3E |
| Octal | 271 | 365 | 111 | 30 | 0 | 106 | 4 | 121 | 132 | 76 |
| Binary | 10111001 | 11110101 | 1001001 | 11000 | 0 | 1000110 | 100 | 1010001 | 1011010 | 111110 |
Color Harmonies of #B9F549
Complementary color
Monochromatic Colors of #B9F549
Black with #B9F549
Text Example
Text Example
White with #B9F549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F549; }
p { color: rgb(185,245,73); }
H1.HeaderClassName
{
color: #B9F549;
}
.AnyTagClassName
{
color: #B9F549;
}
</style>
background-color css
<style>
a { background-color: #B9F549; }
a { background-color: rgb(185,245,73); }
div.DivClassName
{
background-color: #B9F549;
}
.BgClassName
{
background-color: #B9F549;
}
</style>
border-color css
<style>
span { border-color: #B9F549; }
span { border-color: rgb(185,245,73); }
td.TdClassName
{
border-color: #B9F549;
}
.TagClassName
{
border-color: #B9F549;
}
</style>