Shades of Conifer #BFF057
Tints of Conifer #BFF057
RGB
CMYK
RGB Variations
Color information
#BFF057 (or 0xBFF057) is known color: Conifer. HEX triplet: BF, F0 and 57. RGB value is (191,240,87). Sum of RGB (Red+Green+Blue) = 191+240+87=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF057 is #400FA8. Grayscale: #D0D0D0. Windows color (decimal): -4198313 or 5763263. OLE color: 5763263.
HSL color Cylindrical-coordinate representation of color #BFF057: hue angle of 79.22º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF057 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 87 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.06 |
| HSL | 79.22º | 0.84% | 0.64% | - |
| HSV(B) | 79.22º | 0.64% | 0.94% | - |
| XYZ | 54.37 | 74.08 | 20.45 | - |
| YUV | 207.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 87 | 0.20 | 0 | 0.64 | 0.06 | 79.22 | 0.84 | 0.64 |
| Hex | BF | F0 | 57 | 14 | 0 | 40 | 6 | 4F | 54 | 40 |
| Octal | 277 | 360 | 127 | 24 | 0 | 100 | 6 | 117 | 124 | 100 |
| Binary | 10111111 | 11110000 | 1010111 | 10100 | 0 | 1000000 | 110 | 1001111 | 1010100 | 1000000 |
Color Harmonies of #BFF057
Complementary color
Monochromatic Colors of #BFF057
Black with #BFF057
Text Example
Text Example
White with #BFF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF057; }
p { color: rgb(191,240,87); }
H1.HeaderClassName
{
color: #BFF057;
}
.AnyTagClassName
{
color: #BFF057;
}
</style>
background-color css
<style>
a { background-color: #BFF057; }
a { background-color: rgb(191,240,87); }
div.DivClassName
{
background-color: #BFF057;
}
.BgClassName
{
background-color: #BFF057;
}
</style>
border-color css
<style>
span { border-color: #BFF057; }
span { border-color: rgb(191,240,87); }
td.TdClassName
{
border-color: #BFF057;
}
.TagClassName
{
border-color: #BFF057;
}
</style>