Shades of Conifer #B5D051
Tints of Conifer #B5D051
RGB
CMYK
RGB Variations
Color information
#B5D051 (or 0xB5D051) is known color: Conifer. HEX triplet: B5, D0 and 51. RGB value is (181,208,81). Sum of RGB (Red+Green+Blue) = 181+208+81=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D051 is #4A2FAE. Grayscale: #B9B9B9. Windows color (decimal): -4861871 or 5361845. OLE color: 5361845.
HSL color Cylindrical-coordinate representation of color #B5D051: hue angle of 72.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5D051 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 81 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.18 |
| HSL | 72.76º | 0.57% | 0.57% | - |
| HSV(B) | 72.76º | 0.61% | 0.82% | - |
| XYZ | 43.1 | 55.53 | 16.23 | - |
| YUV | 185.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 81 | 0.13 | 0 | 0.61 | 0.18 | 72.76 | 0.57 | 0.57 |
| Hex | B5 | D0 | 51 | D | 0 | 3D | 12 | 49 | 39 | 39 |
| Octal | 265 | 320 | 121 | 15 | 0 | 75 | 22 | 111 | 71 | 71 |
| Binary | 10110101 | 11010000 | 1010001 | 1101 | 0 | 111101 | 10010 | 1001001 | 111001 | 111001 |
Color Harmonies of #B5D051
Complementary color
Monochromatic Colors of #B5D051
Black with #B5D051
Text Example
Text Example
White with #B5D051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D051; }
p { color: rgb(181,208,81); }
H1.HeaderClassName
{
color: #B5D051;
}
.AnyTagClassName
{
color: #B5D051;
}
</style>
background-color css
<style>
a { background-color: #B5D051; }
a { background-color: rgb(181,208,81); }
div.DivClassName
{
background-color: #B5D051;
}
.BgClassName
{
background-color: #B5D051;
}
</style>
border-color css
<style>
span { border-color: #B5D051; }
span { border-color: rgb(181,208,81); }
td.TdClassName
{
border-color: #B5D051;
}
.TagClassName
{
border-color: #B5D051;
}
</style>