Shades of Conifer #B5D65F
Tints of Conifer #B5D65F
RGB
CMYK
RGB Variations
Color information
#B5D65F (or 0xB5D65F) is known color: Conifer. HEX triplet: B5, D6 and 5F. RGB value is (181,214,95). Sum of RGB (Red+Green+Blue) = 181+214+95=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D65F is #4A29A0. Grayscale: #BFBFBF. Windows color (decimal): -4860321 or 6280885. OLE color: 6280885.
HSL color Cylindrical-coordinate representation of color #B5D65F: hue angle of 76.64º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5D65F is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 95 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.16 |
| HSL | 76.64º | 0.59% | 0.61% | - |
| HSV(B) | 76.64º | 0.56% | 0.84% | - |
| XYZ | 45.17 | 58.74 | 19.78 | - |
| YUV | 190.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 95 | 0.15 | 0 | 0.56 | 0.16 | 76.64 | 0.59 | 0.61 |
| Hex | B5 | D6 | 5F | F | 0 | 38 | 10 | 4D | 3B | 3D |
| Octal | 265 | 326 | 137 | 17 | 0 | 70 | 20 | 115 | 73 | 75 |
| Binary | 10110101 | 11010110 | 1011111 | 1111 | 0 | 111000 | 10000 | 1001101 | 111011 | 111101 |
Color Harmonies of #B5D65F
Complementary color
Monochromatic Colors of #B5D65F
Black with #B5D65F
Text Example
Text Example
White with #B5D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D65F; }
p { color: rgb(181,214,95); }
H1.HeaderClassName
{
color: #B5D65F;
}
.AnyTagClassName
{
color: #B5D65F;
}
</style>
background-color css
<style>
a { background-color: #B5D65F; }
a { background-color: rgb(181,214,95); }
div.DivClassName
{
background-color: #B5D65F;
}
.BgClassName
{
background-color: #B5D65F;
}
</style>
border-color css
<style>
span { border-color: #B5D65F; }
span { border-color: rgb(181,214,95); }
td.TdClassName
{
border-color: #B5D65F;
}
.TagClassName
{
border-color: #B5D65F;
}
</style>