Shades of Conifer #B7D85F
Tints of Conifer #B7D85F
RGB
CMYK
RGB Variations
Color information
#B7D85F (or 0xB7D85F) is known color: Conifer. HEX triplet: B7, D8 and 5F. RGB value is (183,216,95). Sum of RGB (Red+Green+Blue) = 183+216+95=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D85F is #4827A0. Grayscale: #C0C0C0. Windows color (decimal): -4728737 or 6281399. OLE color: 6281399.
HSL color Cylindrical-coordinate representation of color #B7D85F: hue angle of 76.36º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7D85F is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 95 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.15 |
| HSL | 76.36º | 0.61% | 0.61% | - |
| HSV(B) | 76.36º | 0.56% | 0.85% | - |
| XYZ | 46.15 | 60.01 | 19.98 | - |
| YUV | 192.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 95 | 0.15 | 0 | 0.56 | 0.15 | 76.36 | 0.61 | 0.61 |
| Hex | B7 | D8 | 5F | F | 0 | 38 | F | 4C | 3D | 3D |
| Octal | 267 | 330 | 137 | 17 | 0 | 70 | 17 | 114 | 75 | 75 |
| Binary | 10110111 | 11011000 | 1011111 | 1111 | 0 | 111000 | 1111 | 1001100 | 111101 | 111101 |
Color Harmonies of #B7D85F
Complementary color
Monochromatic Colors of #B7D85F
Black with #B7D85F
Text Example
Text Example
White with #B7D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D85F; }
p { color: rgb(183,216,95); }
H1.HeaderClassName
{
color: #B7D85F;
}
.AnyTagClassName
{
color: #B7D85F;
}
</style>
background-color css
<style>
a { background-color: #B7D85F; }
a { background-color: rgb(183,216,95); }
div.DivClassName
{
background-color: #B7D85F;
}
.BgClassName
{
background-color: #B7D85F;
}
</style>
border-color css
<style>
span { border-color: #B7D85F; }
span { border-color: rgb(183,216,95); }
td.TdClassName
{
border-color: #B7D85F;
}
.TagClassName
{
border-color: #B7D85F;
}
</style>