Shades of Conifer #B5D950
Tints of Conifer #B5D950
RGB
CMYK
RGB Variations
Color information
#B5D950 (or 0xB5D950) is known color: Conifer. HEX triplet: B5, D9 and 50. RGB value is (181,217,80). Sum of RGB (Red+Green+Blue) = 181+217+80=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D950 is #4A26AF. Grayscale: #BFBFBF. Windows color (decimal): -4859568 or 5298613. OLE color: 5298613.
HSL color Cylindrical-coordinate representation of color #B5D950: hue angle of 75.77º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5D950 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 80 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.15 |
| HSL | 75.77º | 0.64% | 0.58% | - |
| HSV(B) | 75.77º | 0.63% | 0.85% | - |
| XYZ | 45.32 | 60.03 | 16.79 | - |
| YUV | 190.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 80 | 0.17 | 0 | 0.63 | 0.15 | 75.77 | 0.64 | 0.58 |
| Hex | B5 | D9 | 50 | 11 | 0 | 3F | F | 4C | 40 | 3A |
| Octal | 265 | 331 | 120 | 21 | 0 | 77 | 17 | 114 | 100 | 72 |
| Binary | 10110101 | 11011001 | 1010000 | 10001 | 0 | 111111 | 1111 | 1001100 | 1000000 | 111010 |
Color Harmonies of #B5D950
Complementary color
Monochromatic Colors of #B5D950
Black with #B5D950
Text Example
Text Example
White with #B5D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D950; }
p { color: rgb(181,217,80); }
H1.HeaderClassName
{
color: #B5D950;
}
.AnyTagClassName
{
color: #B5D950;
}
</style>
background-color css
<style>
a { background-color: #B5D950; }
a { background-color: rgb(181,217,80); }
div.DivClassName
{
background-color: #B5D950;
}
.BgClassName
{
background-color: #B5D950;
}
</style>
border-color css
<style>
span { border-color: #B5D950; }
span { border-color: rgb(181,217,80); }
td.TdClassName
{
border-color: #B5D950;
}
.TagClassName
{
border-color: #B5D950;
}
</style>