Shades of Conifer #B6E465
Tints of Conifer #B6E465
RGB
CMYK
RGB Variations
Color information
#B6E465 (or 0xB6E465) is known color: Conifer. HEX triplet: B6, E4 and 65. RGB value is (182,228,101). Sum of RGB (Red+Green+Blue) = 182+228+101=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E465 is #491B9A. Grayscale: #C8C8C8. Windows color (decimal): -4791195 or 6677686. OLE color: 6677686.
HSL color Cylindrical-coordinate representation of color #B6E465: hue angle of 81.73º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6E465 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 228 | 101 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.11 |
| HSL | 81.73º | 0.7% | 0.65% | - |
| HSV(B) | 81.73º | 0.56% | 0.89% | - |
| XYZ | 49.38 | 66.37 | 22.52 | - |
| YUV | 199.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 228 | 101 | 0.20 | 0 | 0.56 | 0.11 | 81.73 | 0.7 | 0.65 |
| Hex | B6 | E4 | 65 | 14 | 0 | 38 | B | 52 | 46 | 41 |
| Octal | 266 | 344 | 145 | 24 | 0 | 70 | 13 | 122 | 106 | 101 |
| Binary | 10110110 | 11100100 | 1100101 | 10100 | 0 | 111000 | 1011 | 1010010 | 1000110 | 1000001 |
Color Harmonies of #B6E465
Complementary color
Monochromatic Colors of #B6E465
Black with #B6E465
Text Example
Text Example
White with #B6E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E465; }
p { color: rgb(182,228,101); }
H1.HeaderClassName
{
color: #B6E465;
}
.AnyTagClassName
{
color: #B6E465;
}
</style>
background-color css
<style>
a { background-color: #B6E465; }
a { background-color: rgb(182,228,101); }
div.DivClassName
{
background-color: #B6E465;
}
.BgClassName
{
background-color: #B6E465;
}
</style>
border-color css
<style>
span { border-color: #B6E465; }
span { border-color: rgb(182,228,101); }
td.TdClassName
{
border-color: #B6E465;
}
.TagClassName
{
border-color: #B6E465;
}
</style>