Shades of Conifer #B7D557
Tints of Conifer #B7D557
RGB
CMYK
RGB Variations
Color information
#B7D557 (or 0xB7D557) is known color: Conifer. HEX triplet: B7, D5 and 57. RGB value is (183,213,87). Sum of RGB (Red+Green+Blue) = 183+213+87=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D557 is #482AA8. Grayscale: #BEBEBE. Windows color (decimal): -4729513 or 5756343. OLE color: 5756343.
HSL color Cylindrical-coordinate representation of color #B7D557: hue angle of 74.29º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7D557 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 87 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.16 |
| HSL | 74.29º | 0.6% | 0.59% | - |
| HSV(B) | 74.29º | 0.59% | 0.84% | - |
| XYZ | 45.04 | 58.34 | 17.9 | - |
| YUV | 189.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 87 | 0.14 | 0 | 0.59 | 0.16 | 74.29 | 0.6 | 0.59 |
| Hex | B7 | D5 | 57 | E | 0 | 3B | 10 | 4A | 3C | 3B |
| Octal | 267 | 325 | 127 | 16 | 0 | 73 | 20 | 112 | 74 | 73 |
| Binary | 10110111 | 11010101 | 1010111 | 1110 | 0 | 111011 | 10000 | 1001010 | 111100 | 111011 |
Color Harmonies of #B7D557
Complementary color
Monochromatic Colors of #B7D557
Black with #B7D557
Text Example
Text Example
White with #B7D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D557; }
p { color: rgb(183,213,87); }
H1.HeaderClassName
{
color: #B7D557;
}
.AnyTagClassName
{
color: #B7D557;
}
</style>
background-color css
<style>
a { background-color: #B7D557; }
a { background-color: rgb(183,213,87); }
div.DivClassName
{
background-color: #B7D557;
}
.BgClassName
{
background-color: #B7D557;
}
</style>
border-color css
<style>
span { border-color: #B7D557; }
span { border-color: rgb(183,213,87); }
td.TdClassName
{
border-color: #B7D557;
}
.TagClassName
{
border-color: #B7D557;
}
</style>