Shades of Conifer #BFFA56
Tints of Conifer #BFFA56
RGB
CMYK
RGB Variations
Color information
#BFFA56 (or 0xBFFA56) is known color: Conifer. HEX triplet: BF, FA and 56. RGB value is (191,250,86). Sum of RGB (Red+Green+Blue) = 191+250+86=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA56 is #4005A9. Grayscale: #D6D6D6. Windows color (decimal): -4195754 or 5700287. OLE color: 5700287.
HSL color Cylindrical-coordinate representation of color #BFFA56: hue angle of 81.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFFA56 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 86 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.02 |
| HSL | 81.59º | 0.94% | 0.66% | - |
| HSV(B) | 81.59º | 0.66% | 0.98% | - |
| XYZ | 57.35 | 80.12 | 21.25 | - |
| YUV | 213.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 86 | 0.24 | 0 | 0.66 | 0.02 | 81.59 | 0.94 | 0.66 |
| Hex | BF | FA | 56 | 18 | 0 | 42 | 2 | 52 | 5E | 42 |
| Octal | 277 | 372 | 126 | 30 | 0 | 102 | 2 | 122 | 136 | 102 |
| Binary | 10111111 | 11111010 | 1010110 | 11000 | 0 | 1000010 | 10 | 1010010 | 1011110 | 1000010 |
Color Harmonies of #BFFA56
Complementary color
Monochromatic Colors of #BFFA56
Black with #BFFA56
Text Example
Text Example
White with #BFFA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA56; }
p { color: rgb(191,250,86); }
H1.HeaderClassName
{
color: #BFFA56;
}
.AnyTagClassName
{
color: #BFFA56;
}
</style>
background-color css
<style>
a { background-color: #BFFA56; }
a { background-color: rgb(191,250,86); }
div.DivClassName
{
background-color: #BFFA56;
}
.BgClassName
{
background-color: #BFFA56;
}
</style>
border-color css
<style>
span { border-color: #BFFA56; }
span { border-color: rgb(191,250,86); }
td.TdClassName
{
border-color: #BFFA56;
}
.TagClassName
{
border-color: #BFFA56;
}
</style>