Shades of Conifer #BFF658
Tints of Conifer #BFF658
RGB
CMYK
RGB Variations
Color information
#BFF658 (or 0xBFF658) is known color: Conifer. HEX triplet: BF, F6 and 58. RGB value is (191,246,88). Sum of RGB (Red+Green+Blue) = 191+246+88=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF658 is #4009A7. Grayscale: #D4D4D4. Windows color (decimal): -4196776 or 5830335. OLE color: 5830335.
HSL color Cylindrical-coordinate representation of color #BFF658: hue angle of 80.89º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF658 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 88 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.04 |
| HSL | 80.89º | 0.9% | 0.65% | - |
| HSV(B) | 80.89º | 0.64% | 0.96% | - |
| XYZ | 56.2 | 77.69 | 21.27 | - |
| YUV | 211.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 88 | 0.22 | 0 | 0.64 | 0.04 | 80.89 | 0.9 | 0.65 |
| Hex | BF | F6 | 58 | 16 | 0 | 40 | 4 | 51 | 5A | 41 |
| Octal | 277 | 366 | 130 | 26 | 0 | 100 | 4 | 121 | 132 | 101 |
| Binary | 10111111 | 11110110 | 1011000 | 10110 | 0 | 1000000 | 100 | 1010001 | 1011010 | 1000001 |
Color Harmonies of #BFF658
Complementary color
Monochromatic Colors of #BFF658
Black with #BFF658
Text Example
Text Example
White with #BFF658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF658; }
p { color: rgb(191,246,88); }
H1.HeaderClassName
{
color: #BFF658;
}
.AnyTagClassName
{
color: #BFF658;
}
</style>
background-color css
<style>
a { background-color: #BFF658; }
a { background-color: rgb(191,246,88); }
div.DivClassName
{
background-color: #BFF658;
}
.BgClassName
{
background-color: #BFF658;
}
</style>
border-color css
<style>
span { border-color: #BFF658; }
span { border-color: rgb(191,246,88); }
td.TdClassName
{
border-color: #BFF658;
}
.TagClassName
{
border-color: #BFF658;
}
</style>