Shades of Conifer #B5D651
Tints of Conifer #B5D651
RGB
CMYK
RGB Variations
Color information
#B5D651 (or 0xB5D651) is known color: Conifer. HEX triplet: B5, D6 and 51. RGB value is (181,214,81). Sum of RGB (Red+Green+Blue) = 181+214+81=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D651 is #4A29AE. Grayscale: #BDBDBD. Windows color (decimal): -4860335 or 5363381. OLE color: 5363381.
HSL color Cylindrical-coordinate representation of color #B5D651: hue angle of 74.89º degrees, saturation: 0.62, 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 #B5D651 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 81 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.16 |
| HSL | 74.89º | 0.62% | 0.58% | - |
| HSV(B) | 74.89º | 0.62% | 0.84% | - |
| XYZ | 44.59 | 58.51 | 16.73 | - |
| YUV | 188.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 81 | 0.15 | 0 | 0.62 | 0.16 | 74.89 | 0.62 | 0.58 |
| Hex | B5 | D6 | 51 | F | 0 | 3E | 10 | 4B | 3E | 3A |
| Octal | 265 | 326 | 121 | 17 | 0 | 76 | 20 | 113 | 76 | 72 |
| Binary | 10110101 | 11010110 | 1010001 | 1111 | 0 | 111110 | 10000 | 1001011 | 111110 | 111010 |
Color Harmonies of #B5D651
Complementary color
Monochromatic Colors of #B5D651
Black with #B5D651
Text Example
Text Example
White with #B5D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D651; }
p { color: rgb(181,214,81); }
H1.HeaderClassName
{
color: #B5D651;
}
.AnyTagClassName
{
color: #B5D651;
}
</style>
background-color css
<style>
a { background-color: #B5D651; }
a { background-color: rgb(181,214,81); }
div.DivClassName
{
background-color: #B5D651;
}
.BgClassName
{
background-color: #B5D651;
}
</style>
border-color css
<style>
span { border-color: #B5D651; }
span { border-color: rgb(181,214,81); }
td.TdClassName
{
border-color: #B5D651;
}
.TagClassName
{
border-color: #B5D651;
}
</style>