Shades of Conifer #BFF161
Tints of Conifer #BFF161
RGB
CMYK
RGB Variations
Color information
#BFF161 (or 0xBFF161) is known color: Conifer. HEX triplet: BF, F1 and 61. RGB value is (191,241,97). Sum of RGB (Red+Green+Blue) = 191+241+97=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF161 is #400E9E. Grayscale: #D2D2D2. Windows color (decimal): -4198047 or 6418879. OLE color: 6418879.
HSL color Cylindrical-coordinate representation of color #BFF161: hue angle of 80.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFF161 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 97 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.05 |
| HSL | 80.83º | 0.84% | 0.66% | - |
| HSV(B) | 80.83º | 0.6% | 0.95% | - |
| XYZ | 55.1 | 74.85 | 22.85 | - |
| YUV | 209.63 | 64.44 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 97 | 0.21 | 0 | 0.60 | 0.05 | 80.83 | 0.84 | 0.66 |
| Hex | BF | F1 | 61 | 15 | 0 | 3C | 5 | 51 | 54 | 42 |
| Octal | 277 | 361 | 141 | 25 | 0 | 74 | 5 | 121 | 124 | 102 |
| Binary | 10111111 | 11110001 | 1100001 | 10101 | 0 | 111100 | 101 | 1010001 | 1010100 | 1000010 |
Color Harmonies of #BFF161
Complementary color
Monochromatic Colors of #BFF161
Black with #BFF161
Text Example
Text Example
White with #BFF161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF161; }
p { color: rgb(191,241,97); }
H1.HeaderClassName
{
color: #BFF161;
}
.AnyTagClassName
{
color: #BFF161;
}
</style>
background-color css
<style>
a { background-color: #BFF161; }
a { background-color: rgb(191,241,97); }
div.DivClassName
{
background-color: #BFF161;
}
.BgClassName
{
background-color: #BFF161;
}
</style>
border-color css
<style>
span { border-color: #BFF161; }
span { border-color: rgb(191,241,97); }
td.TdClassName
{
border-color: #BFF161;
}
.TagClassName
{
border-color: #BFF161;
}
</style>