Shades of Conifer #B7D855
Tints of Conifer #B7D855
RGB
CMYK
RGB Variations
Color information
#B7D855 (or 0xB7D855) is known color: Conifer. HEX triplet: B7, D8 and 55. RGB value is (183,216,85). Sum of RGB (Red+Green+Blue) = 183+216+85=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D855 is #4827AA. Grayscale: #BFBFBF. Windows color (decimal): -4728747 or 5626039. OLE color: 5626039.
HSL color Cylindrical-coordinate representation of color #B7D855: hue angle of 75.11º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7D855 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 85 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.15 |
| HSL | 75.11º | 0.63% | 0.59% | - |
| HSV(B) | 75.11º | 0.61% | 0.85% | - |
| XYZ | 45.72 | 59.83 | 17.73 | - |
| YUV | 191.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 85 | 0.15 | 0 | 0.61 | 0.15 | 75.11 | 0.63 | 0.59 |
| Hex | B7 | D8 | 55 | F | 0 | 3D | F | 4B | 3F | 3B |
| Octal | 267 | 330 | 125 | 17 | 0 | 75 | 17 | 113 | 77 | 73 |
| Binary | 10110111 | 11011000 | 1010101 | 1111 | 0 | 111101 | 1111 | 1001011 | 111111 | 111011 |
Color Harmonies of #B7D855
Complementary color
Monochromatic Colors of #B7D855
Black with #B7D855
Text Example
Text Example
White with #B7D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D855; }
p { color: rgb(183,216,85); }
H1.HeaderClassName
{
color: #B7D855;
}
.AnyTagClassName
{
color: #B7D855;
}
</style>
background-color css
<style>
a { background-color: #B7D855; }
a { background-color: rgb(183,216,85); }
div.DivClassName
{
background-color: #B7D855;
}
.BgClassName
{
background-color: #B7D855;
}
</style>
border-color css
<style>
span { border-color: #B7D855; }
span { border-color: rgb(183,216,85); }
td.TdClassName
{
border-color: #B7D855;
}
.TagClassName
{
border-color: #B7D855;
}
</style>