Shades of Conifer #BFE461
Tints of Conifer #BFE461
RGB
CMYK
RGB Variations
Color information
#BFE461 (or 0xBFE461) is known color: Conifer. HEX triplet: BF, E4 and 61. RGB value is (191,228,97). Sum of RGB (Red+Green+Blue) = 191+228+97=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE461 is #401B9E. Grayscale: #CACACA. Windows color (decimal): -4201375 or 6415551. OLE color: 6415551.
HSL color Cylindrical-coordinate representation of color #BFE461: hue angle of 76.95º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE461 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 97 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.11 |
| HSL | 76.95º | 0.71% | 0.64% | - |
| HSV(B) | 76.95º | 0.57% | 0.89% | - |
| XYZ | 51.39 | 67.43 | 21.62 | - |
| YUV | 202 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 97 | 0.16 | 0 | 0.57 | 0.11 | 76.95 | 0.71 | 0.64 |
| Hex | BF | E4 | 61 | 10 | 0 | 39 | B | 4D | 47 | 40 |
| Octal | 277 | 344 | 141 | 20 | 0 | 71 | 13 | 115 | 107 | 100 |
| Binary | 10111111 | 11100100 | 1100001 | 10000 | 0 | 111001 | 1011 | 1001101 | 1000111 | 1000000 |
Color Harmonies of #BFE461
Complementary color
Monochromatic Colors of #BFE461
Black with #BFE461
Text Example
Text Example
White with #BFE461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE461; }
p { color: rgb(191,228,97); }
H1.HeaderClassName
{
color: #BFE461;
}
.AnyTagClassName
{
color: #BFE461;
}
</style>
background-color css
<style>
a { background-color: #BFE461; }
a { background-color: rgb(191,228,97); }
div.DivClassName
{
background-color: #BFE461;
}
.BgClassName
{
background-color: #BFE461;
}
</style>
border-color css
<style>
span { border-color: #BFE461; }
span { border-color: rgb(191,228,97); }
td.TdClassName
{
border-color: #BFE461;
}
.TagClassName
{
border-color: #BFE461;
}
</style>