Shades of Conifer #B7D951
Tints of Conifer #B7D951
RGB
CMYK
RGB Variations
Color information
#B7D951 (or 0xB7D951) is known color: Conifer. HEX triplet: B7, D9 and 51. RGB value is (183,217,81). Sum of RGB (Red+Green+Blue) = 183+217+81=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D951 is #4826AE. Grayscale: #BFBFBF. Windows color (decimal): -4728495 or 5364151. OLE color: 5364151.
HSL color Cylindrical-coordinate representation of color #B7D951: hue angle of 75º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7D951 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 81 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.15 |
| HSL | 75º | 0.64% | 0.58% | - |
| HSV(B) | 75º | 0.63% | 0.85% | - |
| XYZ | 45.83 | 60.29 | 17.01 | - |
| YUV | 191.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 81 | 0.16 | 0 | 0.63 | 0.15 | 75 | 0.64 | 0.58 |
| Hex | B7 | D9 | 51 | 10 | 0 | 3F | F | 4B | 40 | 3A |
| Octal | 267 | 331 | 121 | 20 | 0 | 77 | 17 | 113 | 100 | 72 |
| Binary | 10110111 | 11011001 | 1010001 | 10000 | 0 | 111111 | 1111 | 1001011 | 1000000 | 111010 |
Color Harmonies of #B7D951
Complementary color
Monochromatic Colors of #B7D951
Black with #B7D951
Text Example
Text Example
White with #B7D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D951; }
p { color: rgb(183,217,81); }
H1.HeaderClassName
{
color: #B7D951;
}
.AnyTagClassName
{
color: #B7D951;
}
</style>
background-color css
<style>
a { background-color: #B7D951; }
a { background-color: rgb(183,217,81); }
div.DivClassName
{
background-color: #B7D951;
}
.BgClassName
{
background-color: #B7D951;
}
</style>
border-color css
<style>
span { border-color: #B7D951; }
span { border-color: rgb(183,217,81); }
td.TdClassName
{
border-color: #B7D951;
}
.TagClassName
{
border-color: #B7D951;
}
</style>