Shades of Conifer #BFF861
Tints of Conifer #BFF861
RGB
CMYK
RGB Variations
Color information
#BFF861 (or 0xBFF861) is known color: Conifer. HEX triplet: BF, F8 and 61. RGB value is (191,248,97). Sum of RGB (Red+Green+Blue) = 191+248+97=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF861 is #40079E. Grayscale: #D6D6D6. Windows color (decimal): -4196255 or 6420671. OLE color: 6420671.
HSL color Cylindrical-coordinate representation of color #BFF861: hue angle of 82.65º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFF861 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 97 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.03 |
| HSL | 82.65º | 0.92% | 0.68% | - |
| HSV(B) | 82.65º | 0.61% | 0.97% | - |
| XYZ | 57.21 | 79.07 | 23.56 | - |
| YUV | 213.74 | 62.12 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 97 | 0.23 | 0 | 0.61 | 0.03 | 82.65 | 0.92 | 0.68 |
| Hex | BF | F8 | 61 | 17 | 0 | 3D | 3 | 53 | 5C | 44 |
| Octal | 277 | 370 | 141 | 27 | 0 | 75 | 3 | 123 | 134 | 104 |
| Binary | 10111111 | 11111000 | 1100001 | 10111 | 0 | 111101 | 11 | 1010011 | 1011100 | 1000100 |
Color Harmonies of #BFF861
Complementary color
Monochromatic Colors of #BFF861
Black with #BFF861
Text Example
Text Example
White with #BFF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF861; }
p { color: rgb(191,248,97); }
H1.HeaderClassName
{
color: #BFF861;
}
.AnyTagClassName
{
color: #BFF861;
}
</style>
background-color css
<style>
a { background-color: #BFF861; }
a { background-color: rgb(191,248,97); }
div.DivClassName
{
background-color: #BFF861;
}
.BgClassName
{
background-color: #BFF861;
}
</style>
border-color css
<style>
span { border-color: #BFF861; }
span { border-color: rgb(191,248,97); }
td.TdClassName
{
border-color: #BFF861;
}
.TagClassName
{
border-color: #BFF861;
}
</style>