Shades of Conifer #B5D664
Tints of Conifer #B5D664
RGB
CMYK
RGB Variations
Color information
#B5D664 (or 0xB5D664) is known color: Conifer. HEX triplet: B5, D6 and 64. RGB value is (181,214,100). Sum of RGB (Red+Green+Blue) = 181+214+100=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D664 is #4A299B. Grayscale: #BFBFBF. Windows color (decimal): -4860316 or 6608565. OLE color: 6608565.
HSL color Cylindrical-coordinate representation of color #B5D664: hue angle of 77.37º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5D664 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 100 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.16 |
| HSL | 77.37º | 0.58% | 0.62% | - |
| HSV(B) | 77.37º | 0.53% | 0.84% | - |
| XYZ | 45.4 | 58.84 | 21.02 | - |
| YUV | 191.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 100 | 0.15 | 0 | 0.53 | 0.16 | 77.37 | 0.58 | 0.62 |
| Hex | B5 | D6 | 64 | F | 0 | 35 | 10 | 4D | 3A | 3E |
| Octal | 265 | 326 | 144 | 17 | 0 | 65 | 20 | 115 | 72 | 76 |
| Binary | 10110101 | 11010110 | 1100100 | 1111 | 0 | 110101 | 10000 | 1001101 | 111010 | 111110 |
Color Harmonies of #B5D664
Complementary color
Monochromatic Colors of #B5D664
Black with #B5D664
Text Example
Text Example
White with #B5D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D664; }
p { color: rgb(181,214,100); }
H1.HeaderClassName
{
color: #B5D664;
}
.AnyTagClassName
{
color: #B5D664;
}
</style>
background-color css
<style>
a { background-color: #B5D664; }
a { background-color: rgb(181,214,100); }
div.DivClassName
{
background-color: #B5D664;
}
.BgClassName
{
background-color: #B5D664;
}
</style>
border-color css
<style>
span { border-color: #B5D664; }
span { border-color: rgb(181,214,100); }
td.TdClassName
{
border-color: #B5D664;
}
.TagClassName
{
border-color: #B5D664;
}
</style>