Shades of Conifer #B7D255
Tints of Conifer #B7D255
RGB
CMYK
RGB Variations
Color information
#B7D255 (or 0xB7D255) is known color: Conifer. HEX triplet: B7, D2 and 55. RGB value is (183,210,85). Sum of RGB (Red+Green+Blue) = 183+210+85=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D255 is #482DAA. Grayscale: #BCBCBC. Windows color (decimal): -4730283 or 5624503. OLE color: 5624503.
HSL color Cylindrical-coordinate representation of color #B7D255: hue angle of 72.96º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7D255 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 85 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.18 |
| HSL | 72.96º | 0.58% | 0.58% | - |
| HSV(B) | 72.96º | 0.6% | 0.82% | - |
| XYZ | 44.21 | 56.82 | 17.23 | - |
| YUV | 187.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 85 | 0.13 | 0 | 0.60 | 0.18 | 72.96 | 0.58 | 0.58 |
| Hex | B7 | D2 | 55 | D | 0 | 3C | 12 | 49 | 3A | 3A |
| Octal | 267 | 322 | 125 | 15 | 0 | 74 | 22 | 111 | 72 | 72 |
| Binary | 10110111 | 11010010 | 1010101 | 1101 | 0 | 111100 | 10010 | 1001001 | 111010 | 111010 |
Color Harmonies of #B7D255
Complementary color
Monochromatic Colors of #B7D255
Black with #B7D255
Text Example
Text Example
White with #B7D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D255; }
p { color: rgb(183,210,85); }
H1.HeaderClassName
{
color: #B7D255;
}
.AnyTagClassName
{
color: #B7D255;
}
</style>
background-color css
<style>
a { background-color: #B7D255; }
a { background-color: rgb(183,210,85); }
div.DivClassName
{
background-color: #B7D255;
}
.BgClassName
{
background-color: #B7D255;
}
</style>
border-color css
<style>
span { border-color: #B7D255; }
span { border-color: rgb(183,210,85); }
td.TdClassName
{
border-color: #B7D255;
}
.TagClassName
{
border-color: #B7D255;
}
</style>