Shades of Conifer #BFF055
Tints of Conifer #BFF055
RGB
CMYK
RGB Variations
Color information
#BFF055 (or 0xBFF055) is known color: Conifer. HEX triplet: BF, F0 and 55. RGB value is (191,240,85). Sum of RGB (Red+Green+Blue) = 191+240+85=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF055 is #400FAA. Grayscale: #D0D0D0. Windows color (decimal): -4198315 or 5632191. OLE color: 5632191.
HSL color Cylindrical-coordinate representation of color #BFF055: hue angle of 78.97º 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 #BFF055 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 85 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.06 |
| HSL | 78.97º | 0.84% | 0.64% | - |
| HSV(B) | 78.97º | 0.65% | 0.94% | - |
| XYZ | 54.29 | 74.05 | 20.03 | - |
| YUV | 207.68 | 58.77 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 85 | 0.20 | 0 | 0.65 | 0.06 | 78.97 | 0.84 | 0.64 |
| Hex | BF | F0 | 55 | 14 | 0 | 41 | 6 | 4F | 54 | 40 |
| Octal | 277 | 360 | 125 | 24 | 0 | 101 | 6 | 117 | 124 | 100 |
| Binary | 10111111 | 11110000 | 1010101 | 10100 | 0 | 1000001 | 110 | 1001111 | 1010100 | 1000000 |
Color Harmonies of #BFF055
Complementary color
Monochromatic Colors of #BFF055
Black with #BFF055
Text Example
Text Example
White with #BFF055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF055; }
p { color: rgb(191,240,85); }
H1.HeaderClassName
{
color: #BFF055;
}
.AnyTagClassName
{
color: #BFF055;
}
</style>
background-color css
<style>
a { background-color: #BFF055; }
a { background-color: rgb(191,240,85); }
div.DivClassName
{
background-color: #BFF055;
}
.BgClassName
{
background-color: #BFF055;
}
</style>
border-color css
<style>
span { border-color: #BFF055; }
span { border-color: rgb(191,240,85); }
td.TdClassName
{
border-color: #BFF055;
}
.TagClassName
{
border-color: #BFF055;
}
</style>