Shades of Conifer #B5D759
Tints of Conifer #B5D759
RGB
CMYK
RGB Variations
Color information
#B5D759 (or 0xB5D759) is known color: Conifer. HEX triplet: B5, D7 and 59. RGB value is (181,215,89). Sum of RGB (Red+Green+Blue) = 181+215+89=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D759 is #4A28A6. Grayscale: #BEBEBE. Windows color (decimal): -4860071 or 5887925. OLE color: 5887925.
HSL color Cylindrical-coordinate representation of color #B5D759: hue angle of 76.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5D759 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 89 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.16 |
| HSL | 76.19º | 0.61% | 0.6% | - |
| HSV(B) | 76.19º | 0.59% | 0.84% | - |
| XYZ | 45.16 | 59.15 | 18.49 | - |
| YUV | 190.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 89 | 0.16 | 0 | 0.59 | 0.16 | 76.19 | 0.61 | 0.6 |
| Hex | B5 | D7 | 59 | 10 | 0 | 3B | 10 | 4C | 3D | 3C |
| Octal | 265 | 327 | 131 | 20 | 0 | 73 | 20 | 114 | 75 | 74 |
| Binary | 10110101 | 11010111 | 1011001 | 10000 | 0 | 111011 | 10000 | 1001100 | 111101 | 111100 |
Color Harmonies of #B5D759
Complementary color
Monochromatic Colors of #B5D759
Black with #B5D759
Text Example
Text Example
White with #B5D759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D759; }
p { color: rgb(181,215,89); }
H1.HeaderClassName
{
color: #B5D759;
}
.AnyTagClassName
{
color: #B5D759;
}
</style>
background-color css
<style>
a { background-color: #B5D759; }
a { background-color: rgb(181,215,89); }
div.DivClassName
{
background-color: #B5D759;
}
.BgClassName
{
background-color: #B5D759;
}
</style>
border-color css
<style>
span { border-color: #B5D759; }
span { border-color: rgb(181,215,89); }
td.TdClassName
{
border-color: #B5D759;
}
.TagClassName
{
border-color: #B5D759;
}
</style>