Shades of Conifer #BFE761
Tints of Conifer #BFE761
RGB
CMYK
RGB Variations
Color information
#BFE761 (or 0xBFE761) is known color: Conifer. HEX triplet: BF, E7 and 61. RGB value is (191,231,97). Sum of RGB (Red+Green+Blue) = 191+231+97=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE761 is #40189E. Grayscale: #CCCCCC. Windows color (decimal): -4200607 or 6416319. OLE color: 6416319.
HSL color Cylindrical-coordinate representation of color #BFE761: hue angle of 77.91º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFE761 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 97 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.09 |
| HSL | 77.91º | 0.74% | 0.64% | - |
| HSV(B) | 77.91º | 0.58% | 0.91% | - |
| XYZ | 52.22 | 69.09 | 21.89 | - |
| YUV | 203.76 | 67.75 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 97 | 0.17 | 0 | 0.58 | 0.09 | 77.91 | 0.74 | 0.64 |
| Hex | BF | E7 | 61 | 11 | 0 | 3A | 9 | 4E | 4A | 40 |
| Octal | 277 | 347 | 141 | 21 | 0 | 72 | 11 | 116 | 112 | 100 |
| Binary | 10111111 | 11100111 | 1100001 | 10001 | 0 | 111010 | 1001 | 1001110 | 1001010 | 1000000 |
Color Harmonies of #BFE761
Complementary color
Monochromatic Colors of #BFE761
Black with #BFE761
Text Example
Text Example
White with #BFE761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE761; }
p { color: rgb(191,231,97); }
H1.HeaderClassName
{
color: #BFE761;
}
.AnyTagClassName
{
color: #BFE761;
}
</style>
background-color css
<style>
a { background-color: #BFE761; }
a { background-color: rgb(191,231,97); }
div.DivClassName
{
background-color: #BFE761;
}
.BgClassName
{
background-color: #BFE761;
}
</style>
border-color css
<style>
span { border-color: #BFE761; }
span { border-color: rgb(191,231,97); }
td.TdClassName
{
border-color: #BFE761;
}
.TagClassName
{
border-color: #BFE761;
}
</style>