Shades of Conifer #B0E157
Tints of Conifer #B0E157
RGB
CMYK
RGB Variations
Color information
#B0E157 (or 0xB0E157) is known color: Conifer. HEX triplet: B0, E1 and 57. RGB value is (176,225,87). Sum of RGB (Red+Green+Blue) = 176+225+87=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E157 is #4F1EA8. Grayscale: #C3C3C3. Windows color (decimal): -5185193 or 5759408. OLE color: 5759408.
HSL color Cylindrical-coordinate representation of color #B0E157: hue angle of 81.3º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0E157 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 87 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.12 |
| HSL | 81.3º | 0.7% | 0.61% | - |
| HSV(B) | 81.3º | 0.61% | 0.88% | - |
| XYZ | 46.55 | 63.77 | 18.87 | - |
| YUV | 194.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 87 | 0.22 | 0 | 0.61 | 0.12 | 81.3 | 0.7 | 0.61 |
| Hex | B0 | E1 | 57 | 16 | 0 | 3D | C | 51 | 46 | 3D |
| Octal | 260 | 341 | 127 | 26 | 0 | 75 | 14 | 121 | 106 | 75 |
| Binary | 10110000 | 11100001 | 1010111 | 10110 | 0 | 111101 | 1100 | 1010001 | 1000110 | 111101 |
Color Harmonies of #B0E157
Complementary color
Monochromatic Colors of #B0E157
Black with #B0E157
Text Example
Text Example
White with #B0E157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E157; }
p { color: rgb(176,225,87); }
H1.HeaderClassName
{
color: #B0E157;
}
.AnyTagClassName
{
color: #B0E157;
}
</style>
background-color css
<style>
a { background-color: #B0E157; }
a { background-color: rgb(176,225,87); }
div.DivClassName
{
background-color: #B0E157;
}
.BgClassName
{
background-color: #B0E157;
}
</style>
border-color css
<style>
span { border-color: #B0E157; }
span { border-color: rgb(176,225,87); }
td.TdClassName
{
border-color: #B0E157;
}
.TagClassName
{
border-color: #B0E157;
}
</style>