Shades of Conifer #B1E855
Tints of Conifer #B1E855
RGB
CMYK
RGB Variations
Color information
#B1E855 (or 0xB1E855) is known color: Conifer. HEX triplet: B1, E8 and 55. RGB value is (177,232,85). Sum of RGB (Red+Green+Blue) = 177+232+85=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E855 is #4E17AA. Grayscale: #C7C7C7. Windows color (decimal): -5117867 or 5630129. OLE color: 5630129.
HSL color Cylindrical-coordinate representation of color #B1E855: hue angle of 82.45º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1E855 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 85 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.09 |
| HSL | 82.45º | 0.76% | 0.62% | - |
| HSV(B) | 82.45º | 0.63% | 0.91% | - |
| XYZ | 48.63 | 67.72 | 19.1 | - |
| YUV | 198.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 85 | 0.24 | 0 | 0.63 | 0.09 | 82.45 | 0.76 | 0.62 |
| Hex | B1 | E8 | 55 | 18 | 0 | 3F | 9 | 52 | 4C | 3E |
| Octal | 261 | 350 | 125 | 30 | 0 | 77 | 11 | 122 | 114 | 76 |
| Binary | 10110001 | 11101000 | 1010101 | 11000 | 0 | 111111 | 1001 | 1010010 | 1001100 | 111110 |
Color Harmonies of #B1E855
Complementary color
Monochromatic Colors of #B1E855
Black with #B1E855
Text Example
Text Example
White with #B1E855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E855; }
p { color: rgb(177,232,85); }
H1.HeaderClassName
{
color: #B1E855;
}
.AnyTagClassName
{
color: #B1E855;
}
</style>
background-color css
<style>
a { background-color: #B1E855; }
a { background-color: rgb(177,232,85); }
div.DivClassName
{
background-color: #B1E855;
}
.BgClassName
{
background-color: #B1E855;
}
</style>
border-color css
<style>
span { border-color: #B1E855; }
span { border-color: rgb(177,232,85); }
td.TdClassName
{
border-color: #B1E855;
}
.TagClassName
{
border-color: #B1E855;
}
</style>