Shades of Conifer #BFE862
Tints of Conifer #BFE862
RGB
CMYK
RGB Variations
Color information
#BFE862 (or 0xBFE862) is known color: Conifer. HEX triplet: BF, E8 and 62. RGB value is (191,232,98). Sum of RGB (Red+Green+Blue) = 191+232+98=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE862 is #40179D. Grayscale: #CCCCCC. Windows color (decimal): -4200350 or 6482111. OLE color: 6482111.
HSL color Cylindrical-coordinate representation of color #BFE862: hue angle of 78.36º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFE862 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 98 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.09 |
| HSL | 78.36º | 0.74% | 0.65% | - |
| HSV(B) | 78.36º | 0.58% | 0.91% | - |
| XYZ | 52.55 | 69.67 | 22.23 | - |
| YUV | 204.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 98 | 0.18 | 0 | 0.58 | 0.09 | 78.36 | 0.74 | 0.65 |
| Hex | BF | E8 | 62 | 12 | 0 | 3A | 9 | 4E | 4A | 41 |
| Octal | 277 | 350 | 142 | 22 | 0 | 72 | 11 | 116 | 112 | 101 |
| Binary | 10111111 | 11101000 | 1100010 | 10010 | 0 | 111010 | 1001 | 1001110 | 1001010 | 1000001 |
Color Harmonies of #BFE862
Complementary color
Monochromatic Colors of #BFE862
Black with #BFE862
Text Example
Text Example
White with #BFE862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE862; }
p { color: rgb(191,232,98); }
H1.HeaderClassName
{
color: #BFE862;
}
.AnyTagClassName
{
color: #BFE862;
}
</style>
background-color css
<style>
a { background-color: #BFE862; }
a { background-color: rgb(191,232,98); }
div.DivClassName
{
background-color: #BFE862;
}
.BgClassName
{
background-color: #BFE862;
}
</style>
border-color css
<style>
span { border-color: #BFE862; }
span { border-color: rgb(191,232,98); }
td.TdClassName
{
border-color: #BFE862;
}
.TagClassName
{
border-color: #BFE862;
}
</style>