Shades of Conifer #B6E141
Tints of Conifer #B6E141
RGB
CMYK
RGB Variations
Color information
#B6E141 (or 0xB6E141) is known color: Conifer. HEX triplet: B6, E1 and 41. RGB value is (182,225,65). Sum of RGB (Red+Green+Blue) = 182+225+65=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E141 is #491EBE. Grayscale: #C2C2C2. Windows color (decimal): -4791999 or 4317622. OLE color: 4317622.
HSL color Cylindrical-coordinate representation of color #B6E141: hue angle of 76.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6E141 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 225 | 65 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.12 |
| HSL | 76.13º | 0.73% | 0.57% | - |
| HSV(B) | 76.13º | 0.71% | 0.88% | - |
| XYZ | 47.17 | 64.18 | 14.9 | - |
| YUV | 193.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 65 | 0.19 | 0 | 0.71 | 0.12 | 76.13 | 0.73 | 0.57 |
| Hex | B6 | E1 | 41 | 13 | 0 | 47 | C | 4C | 49 | 39 |
| Octal | 266 | 341 | 101 | 23 | 0 | 107 | 14 | 114 | 111 | 71 |
| Binary | 10110110 | 11100001 | 1000001 | 10011 | 0 | 1000111 | 1100 | 1001100 | 1001001 | 111001 |
Color Harmonies of #B6E141
Complementary color
Monochromatic Colors of #B6E141
Black with #B6E141
Text Example
Text Example
White with #B6E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E141; }
p { color: rgb(182,225,65); }
H1.HeaderClassName
{
color: #B6E141;
}
.AnyTagClassName
{
color: #B6E141;
}
</style>
background-color css
<style>
a { background-color: #B6E141; }
a { background-color: rgb(182,225,65); }
div.DivClassName
{
background-color: #B6E141;
}
.BgClassName
{
background-color: #B6E141;
}
</style>
border-color css
<style>
span { border-color: #B6E141; }
span { border-color: rgb(182,225,65); }
td.TdClassName
{
border-color: #B6E141;
}
.TagClassName
{
border-color: #B6E141;
}
</style>