Shades of Conifer #BFF256
Tints of Conifer #BFF256
RGB
CMYK
RGB Variations
Color information
#BFF256 (or 0xBFF256) is known color: Conifer. HEX triplet: BF, F2 and 56. RGB value is (191,242,86). Sum of RGB (Red+Green+Blue) = 191+242+86=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF256 is #400DA9. Grayscale: #D1D1D1. Windows color (decimal): -4197802 or 5698239. OLE color: 5698239.
HSL color Cylindrical-coordinate representation of color #BFF256: hue angle of 79.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF256 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 86 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.05 |
| HSL | 79.62º | 0.86% | 0.64% | - |
| HSV(B) | 79.62º | 0.64% | 0.95% | - |
| XYZ | 54.92 | 75.25 | 20.43 | - |
| YUV | 208.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 86 | 0.21 | 0 | 0.64 | 0.05 | 79.62 | 0.86 | 0.64 |
| Hex | BF | F2 | 56 | 15 | 0 | 40 | 5 | 50 | 56 | 40 |
| Octal | 277 | 362 | 126 | 25 | 0 | 100 | 5 | 120 | 126 | 100 |
| Binary | 10111111 | 11110010 | 1010110 | 10101 | 0 | 1000000 | 101 | 1010000 | 1010110 | 1000000 |
Color Harmonies of #BFF256
Complementary color
Monochromatic Colors of #BFF256
Black with #BFF256
Text Example
Text Example
White with #BFF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF256; }
p { color: rgb(191,242,86); }
H1.HeaderClassName
{
color: #BFF256;
}
.AnyTagClassName
{
color: #BFF256;
}
</style>
background-color css
<style>
a { background-color: #BFF256; }
a { background-color: rgb(191,242,86); }
div.DivClassName
{
background-color: #BFF256;
}
.BgClassName
{
background-color: #BFF256;
}
</style>
border-color css
<style>
span { border-color: #BFF256; }
span { border-color: rgb(191,242,86); }
td.TdClassName
{
border-color: #BFF256;
}
.TagClassName
{
border-color: #BFF256;
}
</style>