Shades of Conifer #B5D760
Tints of Conifer #B5D760
RGB
CMYK
RGB Variations
Color information
#B5D760 (or 0xB5D760) is known color: Conifer. HEX triplet: B5, D7 and 60. RGB value is (181,215,96). Sum of RGB (Red+Green+Blue) = 181+215+96=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D760 is #4A289F. Grayscale: #BFBFBF. Windows color (decimal): -4860064 or 6346677. OLE color: 6346677.
HSL color Cylindrical-coordinate representation of color #B5D760: hue angle of 77.14º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5D760 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 96 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.16 |
| HSL | 77.14º | 0.6% | 0.61% | - |
| HSV(B) | 77.14º | 0.55% | 0.84% | - |
| XYZ | 45.47 | 59.27 | 20.11 | - |
| YUV | 191.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 96 | 0.16 | 0 | 0.55 | 0.16 | 77.14 | 0.6 | 0.61 |
| Hex | B5 | D7 | 60 | 10 | 0 | 37 | 10 | 4D | 3C | 3D |
| Octal | 265 | 327 | 140 | 20 | 0 | 67 | 20 | 115 | 74 | 75 |
| Binary | 10110101 | 11010111 | 1100000 | 10000 | 0 | 110111 | 10000 | 1001101 | 111100 | 111101 |
Color Harmonies of #B5D760
Complementary color
Monochromatic Colors of #B5D760
Black with #B5D760
Text Example
Text Example
White with #B5D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D760; }
p { color: rgb(181,215,96); }
H1.HeaderClassName
{
color: #B5D760;
}
.AnyTagClassName
{
color: #B5D760;
}
</style>
background-color css
<style>
a { background-color: #B5D760; }
a { background-color: rgb(181,215,96); }
div.DivClassName
{
background-color: #B5D760;
}
.BgClassName
{
background-color: #B5D760;
}
</style>
border-color css
<style>
span { border-color: #B5D760; }
span { border-color: rgb(181,215,96); }
td.TdClassName
{
border-color: #B5D760;
}
.TagClassName
{
border-color: #B5D760;
}
</style>