Shades of Conifer #B0E148
Tints of Conifer #B0E148
RGB
CMYK
RGB Variations
Color information
#B0E148 (or 0xB0E148) is known color: Conifer. HEX triplet: B0, E1 and 48. RGB value is (176,225,72). Sum of RGB (Red+Green+Blue) = 176+225+72=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E148 is #4F1EB7. Grayscale: #C1C1C1. Windows color (decimal): -5185208 or 4776368. OLE color: 4776368.
HSL color Cylindrical-coordinate representation of color #B0E148: hue angle of 79.22º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0E148 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 72 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.12 |
| HSL | 79.22º | 0.72% | 0.58% | - |
| HSV(B) | 79.22º | 0.68% | 0.88% | - |
| XYZ | 46 | 63.55 | 15.97 | - |
| YUV | 192.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 72 | 0.22 | 0 | 0.68 | 0.12 | 79.22 | 0.72 | 0.58 |
| Hex | B0 | E1 | 48 | 16 | 0 | 44 | C | 4F | 48 | 3A |
| Octal | 260 | 341 | 110 | 26 | 0 | 104 | 14 | 117 | 110 | 72 |
| Binary | 10110000 | 11100001 | 1001000 | 10110 | 0 | 1000100 | 1100 | 1001111 | 1001000 | 111010 |
Color Harmonies of #B0E148
Complementary color
Monochromatic Colors of #B0E148
Black with #B0E148
Text Example
Text Example
White with #B0E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E148; }
p { color: rgb(176,225,72); }
H1.HeaderClassName
{
color: #B0E148;
}
.AnyTagClassName
{
color: #B0E148;
}
</style>
background-color css
<style>
a { background-color: #B0E148; }
a { background-color: rgb(176,225,72); }
div.DivClassName
{
background-color: #B0E148;
}
.BgClassName
{
background-color: #B0E148;
}
</style>
border-color css
<style>
span { border-color: #B0E148; }
span { border-color: rgb(176,225,72); }
td.TdClassName
{
border-color: #B0E148;
}
.TagClassName
{
border-color: #B0E148;
}
</style>