Shades of Conifer #B5D965
Tints of Conifer #B5D965
RGB
CMYK
RGB Variations
Color information
#B5D965 (or 0xB5D965) is known color: Conifer. HEX triplet: B5, D9 and 65. RGB value is (181,217,101). Sum of RGB (Red+Green+Blue) = 181+217+101=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D965 is #4A269A. Grayscale: #C1C1C1. Windows color (decimal): -4859547 or 6674869. OLE color: 6674869.
HSL color Cylindrical-coordinate representation of color #B5D965: hue angle of 78.62º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5D965 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 101 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.15 |
| HSL | 78.62º | 0.6% | 0.62% | - |
| HSV(B) | 78.62º | 0.53% | 0.85% | - |
| XYZ | 46.22 | 60.39 | 21.53 | - |
| YUV | 193.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 101 | 0.17 | 0 | 0.53 | 0.15 | 78.62 | 0.6 | 0.62 |
| Hex | B5 | D9 | 65 | 11 | 0 | 35 | F | 4F | 3C | 3E |
| Octal | 265 | 331 | 145 | 21 | 0 | 65 | 17 | 117 | 74 | 76 |
| Binary | 10110101 | 11011001 | 1100101 | 10001 | 0 | 110101 | 1111 | 1001111 | 111100 | 111110 |
Color Harmonies of #B5D965
Complementary color
Monochromatic Colors of #B5D965
Black with #B5D965
Text Example
Text Example
White with #B5D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D965; }
p { color: rgb(181,217,101); }
H1.HeaderClassName
{
color: #B5D965;
}
.AnyTagClassName
{
color: #B5D965;
}
</style>
background-color css
<style>
a { background-color: #B5D965; }
a { background-color: rgb(181,217,101); }
div.DivClassName
{
background-color: #B5D965;
}
.BgClassName
{
background-color: #B5D965;
}
</style>
border-color css
<style>
span { border-color: #B5D965; }
span { border-color: rgb(181,217,101); }
td.TdClassName
{
border-color: #B5D965;
}
.TagClassName
{
border-color: #B5D965;
}
</style>