Shades of Conifer #B4E157
Tints of Conifer #B4E157
RGB
CMYK
RGB Variations
Color information
#B4E157 (or 0xB4E157) is known color: Conifer. HEX triplet: B4, E1 and 57. RGB value is (180,225,87). Sum of RGB (Red+Green+Blue) = 180+225+87=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E157 is #4B1EA8. Grayscale: #C4C4C4. Windows color (decimal): -4923049 or 5759412. OLE color: 5759412.
HSL color Cylindrical-coordinate representation of color #B4E157: hue angle of 79.57º 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 #B4E157 is Cyan = 0.2, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 87 | - |
| CMYK | 0.2 | 0 | 0.61 | 0.12 |
| HSL | 79.57º | 0.7% | 0.61% | - |
| HSV(B) | 79.57º | 0.61% | 0.88% | - |
| XYZ | 47.47 | 64.24 | 18.91 | - |
| YUV | 195.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 87 | 0.2 | 0 | 0.61 | 0.12 | 79.57 | 0.7 | 0.61 |
| Hex | B4 | E1 | 57 | 14 | 0 | 3D | C | 50 | 46 | 3D |
| Octal | 264 | 341 | 127 | 24 | 0 | 75 | 14 | 120 | 106 | 75 |
| Binary | 10110100 | 11100001 | 1010111 | 10100 | 0 | 111101 | 1100 | 1010000 | 1000110 | 111101 |
Color Harmonies of #B4E157
Complementary color
Monochromatic Colors of #B4E157
Black with #B4E157
Text Example
Text Example
White with #B4E157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E157; }
p { color: rgb(180,225,87); }
H1.HeaderClassName
{
color: #B4E157;
}
.AnyTagClassName
{
color: #B4E157;
}
</style>
background-color css
<style>
a { background-color: #B4E157; }
a { background-color: rgb(180,225,87); }
div.DivClassName
{
background-color: #B4E157;
}
.BgClassName
{
background-color: #B4E157;
}
</style>
border-color css
<style>
span { border-color: #B4E157; }
span { border-color: rgb(180,225,87); }
td.TdClassName
{
border-color: #B4E157;
}
.TagClassName
{
border-color: #B4E157;
}
</style>