Shades of Conifer #BFFE56
Tints of Conifer #BFFE56
RGB
CMYK
RGB Variations
Color information
#BFFE56 (or 0xBFFE56) is known color: Conifer. HEX triplet: BF, FE and 56. RGB value is (191,254,86). Sum of RGB (Red+Green+Blue) = 191+254+86=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE56 is #4001A9. Grayscale: #D8D8D8. Windows color (decimal): -4194730 or 5701311. OLE color: 5701311.
HSL color Cylindrical-coordinate representation of color #BFFE56: hue angle of 82.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFFE56 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 86 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.00 |
| HSL | 82.5º | 0.99% | 0.67% | - |
| HSV(B) | 82.5º | 0.66% | 1% | - |
| XYZ | 58.61 | 82.63 | 21.66 | - |
| YUV | 216.01 | 54.63 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 86 | 0.25 | 0 | 0.66 | 0.00 | 82.5 | 0.99 | 0.67 |
| Hex | BF | FE | 56 | 19 | 0 | 42 | 0 | 52 | 63 | 43 |
| Octal | 277 | 376 | 126 | 31 | 0 | 102 | 0 | 122 | 143 | 103 |
| Binary | 10111111 | 11111110 | 1010110 | 11001 | 0 | 1000010 | 0 | 1010010 | 1100011 | 1000011 |
Color Harmonies of #BFFE56
Complementary color
Monochromatic Colors of #BFFE56
Black with #BFFE56
Text Example
Text Example
White with #BFFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE56; }
p { color: rgb(191,254,86); }
H1.HeaderClassName
{
color: #BFFE56;
}
.AnyTagClassName
{
color: #BFFE56;
}
</style>
background-color css
<style>
a { background-color: #BFFE56; }
a { background-color: rgb(191,254,86); }
div.DivClassName
{
background-color: #BFFE56;
}
.BgClassName
{
background-color: #BFFE56;
}
</style>
border-color css
<style>
span { border-color: #BFFE56; }
span { border-color: rgb(191,254,86); }
td.TdClassName
{
border-color: #BFFE56;
}
.TagClassName
{
border-color: #BFFE56;
}
</style>