Shades of Conifer #B5D551
Tints of Conifer #B5D551
RGB
CMYK
RGB Variations
Color information
#B5D551 (or 0xB5D551) is known color: Conifer. HEX triplet: B5, D5 and 51. RGB value is (181,213,81). Sum of RGB (Red+Green+Blue) = 181+213+81=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D551 is #4A2AAE. Grayscale: #BCBCBC. Windows color (decimal): -4860591 or 5363125. OLE color: 5363125.
HSL color Cylindrical-coordinate representation of color #B5D551: hue angle of 74.55º 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 #B5D551 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 81 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.16 |
| HSL | 74.55º | 0.61% | 0.58% | - |
| HSV(B) | 74.55º | 0.62% | 0.84% | - |
| XYZ | 44.34 | 58.01 | 16.64 | - |
| YUV | 188.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 81 | 0.15 | 0 | 0.62 | 0.16 | 74.55 | 0.61 | 0.58 |
| Hex | B5 | D5 | 51 | F | 0 | 3E | 10 | 4B | 3D | 3A |
| Octal | 265 | 325 | 121 | 17 | 0 | 76 | 20 | 113 | 75 | 72 |
| Binary | 10110101 | 11010101 | 1010001 | 1111 | 0 | 111110 | 10000 | 1001011 | 111101 | 111010 |
Color Harmonies of #B5D551
Complementary color
Monochromatic Colors of #B5D551
Black with #B5D551
Text Example
Text Example
White with #B5D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D551; }
p { color: rgb(181,213,81); }
H1.HeaderClassName
{
color: #B5D551;
}
.AnyTagClassName
{
color: #B5D551;
}
</style>
background-color css
<style>
a { background-color: #B5D551; }
a { background-color: rgb(181,213,81); }
div.DivClassName
{
background-color: #B5D551;
}
.BgClassName
{
background-color: #B5D551;
}
</style>
border-color css
<style>
span { border-color: #B5D551; }
span { border-color: rgb(181,213,81); }
td.TdClassName
{
border-color: #B5D551;
}
.TagClassName
{
border-color: #B5D551;
}
</style>