Shades of Conifer #B5D657
Tints of Conifer #B5D657
RGB
CMYK
RGB Variations
Color information
#B5D657 (or 0xB5D657) is known color: Conifer. HEX triplet: B5, D6 and 57. RGB value is (181,214,87). Sum of RGB (Red+Green+Blue) = 181+214+87=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D657 is #4A29A8. Grayscale: #BEBEBE. Windows color (decimal): -4860329 or 5756597. OLE color: 5756597.
HSL color Cylindrical-coordinate representation of color #B5D657: hue angle of 75.59º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5D657 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 87 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.16 |
| HSL | 75.59º | 0.61% | 0.59% | - |
| HSV(B) | 75.59º | 0.59% | 0.84% | - |
| XYZ | 44.82 | 58.61 | 17.97 | - |
| YUV | 189.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 87 | 0.15 | 0 | 0.59 | 0.16 | 75.59 | 0.61 | 0.59 |
| Hex | B5 | D6 | 57 | F | 0 | 3B | 10 | 4C | 3D | 3B |
| Octal | 265 | 326 | 127 | 17 | 0 | 73 | 20 | 114 | 75 | 73 |
| Binary | 10110101 | 11010110 | 1010111 | 1111 | 0 | 111011 | 10000 | 1001100 | 111101 | 111011 |
Color Harmonies of #B5D657
Complementary color
Monochromatic Colors of #B5D657
Black with #B5D657
Text Example
Text Example
White with #B5D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D657; }
p { color: rgb(181,214,87); }
H1.HeaderClassName
{
color: #B5D657;
}
.AnyTagClassName
{
color: #B5D657;
}
</style>
background-color css
<style>
a { background-color: #B5D657; }
a { background-color: rgb(181,214,87); }
div.DivClassName
{
background-color: #B5D657;
}
.BgClassName
{
background-color: #B5D657;
}
</style>
border-color css
<style>
span { border-color: #B5D657; }
span { border-color: rgb(181,214,87); }
td.TdClassName
{
border-color: #B5D657;
}
.TagClassName
{
border-color: #B5D657;
}
</style>