Shades of Conifer #B5D056
Tints of Conifer #B5D056
RGB
CMYK
RGB Variations
Color information
#B5D056 (or 0xB5D056) is known color: Conifer. HEX triplet: B5, D0 and 56. RGB value is (181,208,86). Sum of RGB (Red+Green+Blue) = 181+208+86=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D056 is #4A2FA9. Grayscale: #BABABA. Windows color (decimal): -4861866 or 5689525. OLE color: 5689525.
HSL color Cylindrical-coordinate representation of color #B5D056: hue angle of 73.28º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5D056 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 86 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.18 |
| HSL | 73.28º | 0.56% | 0.58% | - |
| HSV(B) | 73.28º | 0.59% | 0.82% | - |
| XYZ | 43.29 | 55.61 | 17.26 | - |
| YUV | 186.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 86 | 0.13 | 0 | 0.59 | 0.18 | 73.28 | 0.56 | 0.58 |
| Hex | B5 | D0 | 56 | D | 0 | 3B | 12 | 49 | 38 | 3A |
| Octal | 265 | 320 | 126 | 15 | 0 | 73 | 22 | 111 | 70 | 72 |
| Binary | 10110101 | 11010000 | 1010110 | 1101 | 0 | 111011 | 10010 | 1001001 | 111000 | 111010 |
Color Harmonies of #B5D056
Complementary color
Monochromatic Colors of #B5D056
Black with #B5D056
Text Example
Text Example
White with #B5D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D056; }
p { color: rgb(181,208,86); }
H1.HeaderClassName
{
color: #B5D056;
}
.AnyTagClassName
{
color: #B5D056;
}
</style>
background-color css
<style>
a { background-color: #B5D056; }
a { background-color: rgb(181,208,86); }
div.DivClassName
{
background-color: #B5D056;
}
.BgClassName
{
background-color: #B5D056;
}
</style>
border-color css
<style>
span { border-color: #B5D056; }
span { border-color: rgb(181,208,86); }
td.TdClassName
{
border-color: #B5D056;
}
.TagClassName
{
border-color: #B5D056;
}
</style>