Shades of Conifer #BFFF56
Tints of Conifer #BFFF56
RGB
CMYK
RGB Variations
Color information
#BFFF56 (or 0xBFFF56) is known color: Conifer. HEX triplet: BF, FF and 56. RGB value is (191,255,86). Sum of RGB (Red+Green+Blue) = 191+255+86=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF56 is #4000A9. Grayscale: #D9D9D9. Windows color (decimal): -4194474 or 5701567. OLE color: 5701567.
HSL color Cylindrical-coordinate representation of color #BFFF56: hue angle of 82.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFFF56 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 86 | - |
| CMYK | 0.25 | 0 | 0.66 | 0 |
| HSL | 82.72º | 1% | 0.67% | - |
| HSV(B) | 82.72º | 0.66% | 1% | - |
| XYZ | 58.93 | 83.27 | 21.77 | - |
| YUV | 216.6 | 54.3 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 86 | 0.25 | 0 | 0.66 | 0 | 82.72 | 1 | 0.67 |
| Hex | BF | FF | 56 | 19 | 0 | 42 | 0 | 53 | 64 | 43 |
| Octal | 277 | 377 | 126 | 31 | 0 | 102 | 0 | 123 | 144 | 103 |
| Binary | 10111111 | 11111111 | 1010110 | 11001 | 0 | 1000010 | 0 | 1010011 | 1100100 | 1000011 |
Color Harmonies of #BFFF56
Complementary color
Monochromatic Colors of #BFFF56
Black with #BFFF56
Text Example
Text Example
White with #BFFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF56; }
p { color: rgb(191,255,86); }
H1.HeaderClassName
{
color: #BFFF56;
}
.AnyTagClassName
{
color: #BFFF56;
}
</style>
background-color css
<style>
a { background-color: #BFFF56; }
a { background-color: rgb(191,255,86); }
div.DivClassName
{
background-color: #BFFF56;
}
.BgClassName
{
background-color: #BFFF56;
}
</style>
border-color css
<style>
span { border-color: #BFFF56; }
span { border-color: rgb(191,255,86); }
td.TdClassName
{
border-color: #BFFF56;
}
.TagClassName
{
border-color: #BFFF56;
}
</style>