Shades of Conifer #B8F049
Tints of Conifer #B8F049
RGB
CMYK
RGB Variations
Color information
#B8F049 (or 0xB8F049) is known color: Conifer. HEX triplet: B8, F0 and 49. RGB value is (184,240,73). Sum of RGB (Red+Green+Blue) = 184+240+73=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F049 is #470FB6. Grayscale: #CCCCCC. Windows color (decimal): -4657079 or 4845752. OLE color: 4845752.
HSL color Cylindrical-coordinate representation of color #B8F049: hue angle of 80.12º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8F049 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 73 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.06 |
| HSL | 80.12º | 0.85% | 0.61% | - |
| HSV(B) | 80.12º | 0.7% | 0.94% | - |
| XYZ | 52.13 | 72.99 | 17.64 | - |
| YUV | 204.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 73 | 0.23 | 0 | 0.70 | 0.06 | 80.12 | 0.85 | 0.61 |
| Hex | B8 | F0 | 49 | 17 | 0 | 46 | 6 | 50 | 55 | 3D |
| Octal | 270 | 360 | 111 | 27 | 0 | 106 | 6 | 120 | 125 | 75 |
| Binary | 10111000 | 11110000 | 1001001 | 10111 | 0 | 1000110 | 110 | 1010000 | 1010101 | 111101 |
Color Harmonies of #B8F049
Complementary color
Monochromatic Colors of #B8F049
Black with #B8F049
Text Example
Text Example
White with #B8F049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F049; }
p { color: rgb(184,240,73); }
H1.HeaderClassName
{
color: #B8F049;
}
.AnyTagClassName
{
color: #B8F049;
}
</style>
background-color css
<style>
a { background-color: #B8F049; }
a { background-color: rgb(184,240,73); }
div.DivClassName
{
background-color: #B8F049;
}
.BgClassName
{
background-color: #B8F049;
}
</style>
border-color css
<style>
span { border-color: #B8F049; }
span { border-color: rgb(184,240,73); }
td.TdClassName
{
border-color: #B8F049;
}
.TagClassName
{
border-color: #B8F049;
}
</style>