Shades of Conifer #B8F048
Tints of Conifer #B8F048
RGB
CMYK
RGB Variations
Color information
#B8F048 (or 0xB8F048) is known color: Conifer. HEX triplet: B8, F0 and 48. RGB value is (184,240,72). Sum of RGB (Red+Green+Blue) = 184+240+72=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F048 is #470FB7. Grayscale: #CCCCCC. Windows color (decimal): -4657080 or 4780216. OLE color: 4780216.
HSL color Cylindrical-coordinate representation of color #B8F048: hue angle of 80º 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 #B8F048 is Cyan = 0.23, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 72 | - |
| CMYK | 0.23 | 0 | 0.7 | 0.06 |
| HSL | 80º | 0.85% | 0.61% | - |
| HSV(B) | 80º | 0.7% | 0.94% | - |
| XYZ | 52.1 | 72.98 | 17.47 | - |
| YUV | 204.1 | 53.45 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 72 | 0.23 | 0 | 0.7 | 0.06 | 80 | 0.85 | 0.61 |
| Hex | B8 | F0 | 48 | 17 | 0 | 46 | 6 | 50 | 55 | 3D |
| Octal | 270 | 360 | 110 | 27 | 0 | 106 | 6 | 120 | 125 | 75 |
| Binary | 10111000 | 11110000 | 1001000 | 10111 | 0 | 1000110 | 110 | 1010000 | 1010101 | 111101 |
Color Harmonies of #B8F048
Complementary color
Monochromatic Colors of #B8F048
Black with #B8F048
Text Example
Text Example
White with #B8F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F048; }
p { color: rgb(184,240,72); }
H1.HeaderClassName
{
color: #B8F048;
}
.AnyTagClassName
{
color: #B8F048;
}
</style>
background-color css
<style>
a { background-color: #B8F048; }
a { background-color: rgb(184,240,72); }
div.DivClassName
{
background-color: #B8F048;
}
.BgClassName
{
background-color: #B8F048;
}
</style>
border-color css
<style>
span { border-color: #B8F048; }
span { border-color: rgb(184,240,72); }
td.TdClassName
{
border-color: #B8F048;
}
.TagClassName
{
border-color: #B8F048;
}
</style>