Shades of Conifer #B8F149
Tints of Conifer #B8F149
RGB
CMYK
RGB Variations
Color information
#B8F149 (or 0xB8F149) is known color: Conifer. HEX triplet: B8, F1 and 49. RGB value is (184,241,73). Sum of RGB (Red+Green+Blue) = 184+241+73=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F149 is #470EB6. Grayscale: #CDCDCD. Windows color (decimal): -4656823 or 4846008. OLE color: 4846008.
HSL color Cylindrical-coordinate representation of color #B8F149: hue angle of 80.36º 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 #B8F149 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 73 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.05 |
| HSL | 80.36º | 0.86% | 0.62% | - |
| HSV(B) | 80.36º | 0.7% | 0.95% | - |
| XYZ | 52.43 | 73.58 | 17.74 | - |
| YUV | 204.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 73 | 0.24 | 0 | 0.70 | 0.05 | 80.36 | 0.86 | 0.62 |
| Hex | B8 | F1 | 49 | 18 | 0 | 46 | 5 | 50 | 56 | 3E |
| Octal | 270 | 361 | 111 | 30 | 0 | 106 | 5 | 120 | 126 | 76 |
| Binary | 10111000 | 11110001 | 1001001 | 11000 | 0 | 1000110 | 101 | 1010000 | 1010110 | 111110 |
Color Harmonies of #B8F149
Complementary color
Monochromatic Colors of #B8F149
Black with #B8F149
Text Example
Text Example
White with #B8F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F149; }
p { color: rgb(184,241,73); }
H1.HeaderClassName
{
color: #B8F149;
}
.AnyTagClassName
{
color: #B8F149;
}
</style>
background-color css
<style>
a { background-color: #B8F149; }
a { background-color: rgb(184,241,73); }
div.DivClassName
{
background-color: #B8F149;
}
.BgClassName
{
background-color: #B8F149;
}
</style>
border-color css
<style>
span { border-color: #B8F149; }
span { border-color: rgb(184,241,73); }
td.TdClassName
{
border-color: #B8F149;
}
.TagClassName
{
border-color: #B8F149;
}
</style>