Shades of Conifer #B1D551
Tints of Conifer #B1D551
RGB
CMYK
RGB Variations
Color information
#B1D551 (or 0xB1D551) is known color: Conifer. HEX triplet: B1, D5 and 51. RGB value is (177,213,81). Sum of RGB (Red+Green+Blue) = 177+213+81=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D551 is #4E2AAE. Grayscale: #BBBBBB. Windows color (decimal): -5122735 or 5363121. OLE color: 5363121.
HSL color Cylindrical-coordinate representation of color #B1D551: hue angle of 76.36º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1D551 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 81 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.16 |
| HSL | 76.36º | 0.61% | 0.58% | - |
| HSV(B) | 76.36º | 0.62% | 0.84% | - |
| XYZ | 43.41 | 57.53 | 16.6 | - |
| YUV | 187.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 81 | 0.17 | 0 | 0.62 | 0.16 | 76.36 | 0.61 | 0.58 |
| Hex | B1 | D5 | 51 | 11 | 0 | 3E | 10 | 4C | 3D | 3A |
| Octal | 261 | 325 | 121 | 21 | 0 | 76 | 20 | 114 | 75 | 72 |
| Binary | 10110001 | 11010101 | 1010001 | 10001 | 0 | 111110 | 10000 | 1001100 | 111101 | 111010 |
Color Harmonies of #B1D551
Complementary color
Monochromatic Colors of #B1D551
Black with #B1D551
Text Example
Text Example
White with #B1D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D551; }
p { color: rgb(177,213,81); }
H1.HeaderClassName
{
color: #B1D551;
}
.AnyTagClassName
{
color: #B1D551;
}
</style>
background-color css
<style>
a { background-color: #B1D551; }
a { background-color: rgb(177,213,81); }
div.DivClassName
{
background-color: #B1D551;
}
.BgClassName
{
background-color: #B1D551;
}
</style>
border-color css
<style>
span { border-color: #B1D551; }
span { border-color: rgb(177,213,81); }
td.TdClassName
{
border-color: #B1D551;
}
.TagClassName
{
border-color: #B1D551;
}
</style>