Shades of Conifer #B6D64E
Tints of Conifer #B6D64E
RGB
CMYK
RGB Variations
Color information
#B6D64E (or 0xB6D64E) is known color: Conifer. HEX triplet: B6, D6 and 4E. RGB value is (182,214,78). Sum of RGB (Red+Green+Blue) = 182+214+78=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D64E is #4929B1. Grayscale: #BDBDBD. Windows color (decimal): -4794802 or 5166774. OLE color: 5166774.
HSL color Cylindrical-coordinate representation of color #B6D64E: hue angle of 74.12º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6D64E is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 214 | 78 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.16 |
| HSL | 74.12º | 0.62% | 0.57% | - |
| HSV(B) | 74.12º | 0.64% | 0.84% | - |
| XYZ | 44.71 | 58.59 | 16.16 | - |
| YUV | 188.93 | 65.4 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 214 | 78 | 0.15 | 0 | 0.64 | 0.16 | 74.12 | 0.62 | 0.57 |
| Hex | B6 | D6 | 4E | F | 0 | 40 | 10 | 4A | 3E | 39 |
| Octal | 266 | 326 | 116 | 17 | 0 | 100 | 20 | 112 | 76 | 71 |
| Binary | 10110110 | 11010110 | 1001110 | 1111 | 0 | 1000000 | 10000 | 1001010 | 111110 | 111001 |
Color Harmonies of #B6D64E
Complementary color
Monochromatic Colors of #B6D64E
Black with #B6D64E
Text Example
Text Example
White with #B6D64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D64E; }
p { color: rgb(182,214,78); }
H1.HeaderClassName
{
color: #B6D64E;
}
.AnyTagClassName
{
color: #B6D64E;
}
</style>
background-color css
<style>
a { background-color: #B6D64E; }
a { background-color: rgb(182,214,78); }
div.DivClassName
{
background-color: #B6D64E;
}
.BgClassName
{
background-color: #B6D64E;
}
</style>
border-color css
<style>
span { border-color: #B6D64E; }
span { border-color: rgb(182,214,78); }
td.TdClassName
{
border-color: #B6D64E;
}
.TagClassName
{
border-color: #B6D64E;
}
</style>