Shades of Conifer #B7D954
Tints of Conifer #B7D954
RGB
CMYK
RGB Variations
Color information
#B7D954 (or 0xB7D954) is known color: Conifer. HEX triplet: B7, D9 and 54. RGB value is (183,217,84). Sum of RGB (Red+Green+Blue) = 183+217+84=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D954 is #4826AB. Grayscale: #C0C0C0. Windows color (decimal): -4728492 or 5560759. OLE color: 5560759.
HSL color Cylindrical-coordinate representation of color #B7D954: hue angle of 75.34º degrees, saturation: 0.64, 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 #B7D954 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 84 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.15 |
| HSL | 75.34º | 0.64% | 0.59% | - |
| HSV(B) | 75.34º | 0.61% | 0.85% | - |
| XYZ | 45.94 | 60.33 | 17.61 | - |
| YUV | 191.67 | 67.24 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 84 | 0.16 | 0 | 0.61 | 0.15 | 75.34 | 0.64 | 0.59 |
| Hex | B7 | D9 | 54 | 10 | 0 | 3D | F | 4B | 40 | 3B |
| Octal | 267 | 331 | 124 | 20 | 0 | 75 | 17 | 113 | 100 | 73 |
| Binary | 10110111 | 11011001 | 1010100 | 10000 | 0 | 111101 | 1111 | 1001011 | 1000000 | 111011 |
Color Harmonies of #B7D954
Complementary color
Monochromatic Colors of #B7D954
Black with #B7D954
Text Example
Text Example
White with #B7D954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D954; }
p { color: rgb(183,217,84); }
H1.HeaderClassName
{
color: #B7D954;
}
.AnyTagClassName
{
color: #B7D954;
}
</style>
background-color css
<style>
a { background-color: #B7D954; }
a { background-color: rgb(183,217,84); }
div.DivClassName
{
background-color: #B7D954;
}
.BgClassName
{
background-color: #B7D954;
}
</style>
border-color css
<style>
span { border-color: #B7D954; }
span { border-color: rgb(183,217,84); }
td.TdClassName
{
border-color: #B7D954;
}
.TagClassName
{
border-color: #B7D954;
}
</style>