Shades of Conifer #B5D561
Tints of Conifer #B5D561
RGB
CMYK
RGB Variations
Color information
#B5D561 (or 0xB5D561) is known color: Conifer. HEX triplet: B5, D5 and 61. RGB value is (181,213,97). Sum of RGB (Red+Green+Blue) = 181+213+97=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D561 is #4A2A9E. Grayscale: #BEBEBE. Windows color (decimal): -4860575 or 6411701. OLE color: 6411701.
HSL color Cylindrical-coordinate representation of color #B5D561: hue angle of 76.55º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5D561 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 97 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.16 |
| HSL | 76.55º | 0.58% | 0.61% | - |
| HSV(B) | 76.55º | 0.54% | 0.84% | - |
| XYZ | 45.01 | 58.28 | 20.19 | - |
| YUV | 190.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 97 | 0.15 | 0 | 0.54 | 0.16 | 76.55 | 0.58 | 0.61 |
| Hex | B5 | D5 | 61 | F | 0 | 36 | 10 | 4D | 3A | 3D |
| Octal | 265 | 325 | 141 | 17 | 0 | 66 | 20 | 115 | 72 | 75 |
| Binary | 10110101 | 11010101 | 1100001 | 1111 | 0 | 110110 | 10000 | 1001101 | 111010 | 111101 |
Color Harmonies of #B5D561
Complementary color
Monochromatic Colors of #B5D561
Black with #B5D561
Text Example
Text Example
White with #B5D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D561; }
p { color: rgb(181,213,97); }
H1.HeaderClassName
{
color: #B5D561;
}
.AnyTagClassName
{
color: #B5D561;
}
</style>
background-color css
<style>
a { background-color: #B5D561; }
a { background-color: rgb(181,213,97); }
div.DivClassName
{
background-color: #B5D561;
}
.BgClassName
{
background-color: #B5D561;
}
</style>
border-color css
<style>
span { border-color: #B5D561; }
span { border-color: rgb(181,213,97); }
td.TdClassName
{
border-color: #B5D561;
}
.TagClassName
{
border-color: #B5D561;
}
</style>