Shades of Conifer #B0F048
Tints of Conifer #B0F048
RGB
CMYK
RGB Variations
Color information
#B0F048 (or 0xB0F048) is known color: Conifer. HEX triplet: B0, F0 and 48. RGB value is (176,240,72). Sum of RGB (Red+Green+Blue) = 176+240+72=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F048 is #4F0FB7. Grayscale: #CACACA. Windows color (decimal): -5181368 or 4780208. OLE color: 4780208.
HSL color Cylindrical-coordinate representation of color #B0F048: hue angle of 82.86º 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 #B0F048 is Cyan = 0.27, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 72 | - |
| CMYK | 0.27 | 0 | 0.7 | 0.06 |
| HSL | 82.86º | 0.85% | 0.61% | - |
| HSV(B) | 82.86º | 0.7% | 0.94% | - |
| XYZ | 50.23 | 72.02 | 17.38 | - |
| YUV | 201.71 | 54.8 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 72 | 0.27 | 0 | 0.7 | 0.06 | 82.86 | 0.85 | 0.61 |
| Hex | B0 | F0 | 48 | 1B | 0 | 46 | 6 | 53 | 55 | 3D |
| Octal | 260 | 360 | 110 | 33 | 0 | 106 | 6 | 123 | 125 | 75 |
| Binary | 10110000 | 11110000 | 1001000 | 11011 | 0 | 1000110 | 110 | 1010011 | 1010101 | 111101 |
Color Harmonies of #B0F048
Complementary color
Monochromatic Colors of #B0F048
Black with #B0F048
Text Example
Text Example
White with #B0F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F048; }
p { color: rgb(176,240,72); }
H1.HeaderClassName
{
color: #B0F048;
}
.AnyTagClassName
{
color: #B0F048;
}
</style>
background-color css
<style>
a { background-color: #B0F048; }
a { background-color: rgb(176,240,72); }
div.DivClassName
{
background-color: #B0F048;
}
.BgClassName
{
background-color: #B0F048;
}
</style>
border-color css
<style>
span { border-color: #B0F048; }
span { border-color: rgb(176,240,72); }
td.TdClassName
{
border-color: #B0F048;
}
.TagClassName
{
border-color: #B0F048;
}
</style>