Shades of Conifer #BFFA4E
Tints of Conifer #BFFA4E
RGB
CMYK
RGB Variations
Color information
#BFFA4E (or 0xBFFA4E) is known color: Conifer. HEX triplet: BF, FA and 4E. RGB value is (191,250,78). Sum of RGB (Red+Green+Blue) = 191+250+78=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA4E is #4005B1. Grayscale: #D5D5D5. Windows color (decimal): -4195762 or 5175999. OLE color: 5175999.
HSL color Cylindrical-coordinate representation of color #BFFA4E: hue angle of 80.58º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFFA4E is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 78 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.02 |
| HSL | 80.58º | 0.95% | 0.64% | - |
| HSV(B) | 80.58º | 0.69% | 0.98% | - |
| XYZ | 57.05 | 80 | 19.64 | - |
| YUV | 212.75 | 51.95 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 78 | 0.24 | 0 | 0.69 | 0.02 | 80.58 | 0.95 | 0.64 |
| Hex | BF | FA | 4E | 18 | 0 | 45 | 2 | 51 | 5F | 40 |
| Octal | 277 | 372 | 116 | 30 | 0 | 105 | 2 | 121 | 137 | 100 |
| Binary | 10111111 | 11111010 | 1001110 | 11000 | 0 | 1000101 | 10 | 1010001 | 1011111 | 1000000 |
Color Harmonies of #BFFA4E
Complementary color
Monochromatic Colors of #BFFA4E
Black with #BFFA4E
Text Example
Text Example
White with #BFFA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA4E; }
p { color: rgb(191,250,78); }
H1.HeaderClassName
{
color: #BFFA4E;
}
.AnyTagClassName
{
color: #BFFA4E;
}
</style>
background-color css
<style>
a { background-color: #BFFA4E; }
a { background-color: rgb(191,250,78); }
div.DivClassName
{
background-color: #BFFA4E;
}
.BgClassName
{
background-color: #BFFA4E;
}
</style>
border-color css
<style>
span { border-color: #BFFA4E; }
span { border-color: rgb(191,250,78); }
td.TdClassName
{
border-color: #BFFA4E;
}
.TagClassName
{
border-color: #BFFA4E;
}
</style>