Shades of Conifer #BFF054
Tints of Conifer #BFF054
RGB
CMYK
RGB Variations
Color information
#BFF054 (or 0xBFF054) is known color: Conifer. HEX triplet: BF, F0 and 54. RGB value is (191,240,84). Sum of RGB (Red+Green+Blue) = 191+240+84=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF054 is #400FAB. Grayscale: #D0D0D0. Windows color (decimal): -4198316 or 5566655. OLE color: 5566655.
HSL color Cylindrical-coordinate representation of color #BFF054: hue angle of 78.85º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFF054 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 84 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.06 |
| HSL | 78.85º | 0.84% | 0.64% | - |
| HSV(B) | 78.85º | 0.65% | 0.94% | - |
| XYZ | 54.25 | 74.04 | 19.82 | - |
| YUV | 207.57 | 58.27 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 84 | 0.20 | 0 | 0.65 | 0.06 | 78.85 | 0.84 | 0.64 |
| Hex | BF | F0 | 54 | 14 | 0 | 41 | 6 | 4F | 54 | 40 |
| Octal | 277 | 360 | 124 | 24 | 0 | 101 | 6 | 117 | 124 | 100 |
| Binary | 10111111 | 11110000 | 1010100 | 10100 | 0 | 1000001 | 110 | 1001111 | 1010100 | 1000000 |
Color Harmonies of #BFF054
Complementary color
Monochromatic Colors of #BFF054
Black with #BFF054
Text Example
Text Example
White with #BFF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF054; }
p { color: rgb(191,240,84); }
H1.HeaderClassName
{
color: #BFF054;
}
.AnyTagClassName
{
color: #BFF054;
}
</style>
background-color css
<style>
a { background-color: #BFF054; }
a { background-color: rgb(191,240,84); }
div.DivClassName
{
background-color: #BFF054;
}
.BgClassName
{
background-color: #BFF054;
}
</style>
border-color css
<style>
span { border-color: #BFF054; }
span { border-color: rgb(191,240,84); }
td.TdClassName
{
border-color: #BFF054;
}
.TagClassName
{
border-color: #BFF054;
}
</style>