Shades of Conifer #BFE656
Tints of Conifer #BFE656
RGB
CMYK
RGB Variations
Color information
#BFE656 (or 0xBFE656) is known color: Conifer. HEX triplet: BF, E6 and 56. RGB value is (191,230,86). Sum of RGB (Red+Green+Blue) = 191+230+86=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE656 is #4019A9. Grayscale: #CACACA. Windows color (decimal): -4200874 or 5695167. OLE color: 5695167.
HSL color Cylindrical-coordinate representation of color #BFE656: hue angle of 76.25º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFE656 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 86 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.10 |
| HSL | 76.25º | 0.74% | 0.62% | - |
| HSV(B) | 76.25º | 0.63% | 0.9% | - |
| XYZ | 51.46 | 68.34 | 19.28 | - |
| YUV | 201.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 86 | 0.17 | 0 | 0.63 | 0.10 | 76.25 | 0.74 | 0.62 |
| Hex | BF | E6 | 56 | 11 | 0 | 3F | A | 4C | 4A | 3E |
| Octal | 277 | 346 | 126 | 21 | 0 | 77 | 12 | 114 | 112 | 76 |
| Binary | 10111111 | 11100110 | 1010110 | 10001 | 0 | 111111 | 1010 | 1001100 | 1001010 | 111110 |
Color Harmonies of #BFE656
Complementary color
Monochromatic Colors of #BFE656
Black with #BFE656
Text Example
Text Example
White with #BFE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE656; }
p { color: rgb(191,230,86); }
H1.HeaderClassName
{
color: #BFE656;
}
.AnyTagClassName
{
color: #BFE656;
}
</style>
background-color css
<style>
a { background-color: #BFE656; }
a { background-color: rgb(191,230,86); }
div.DivClassName
{
background-color: #BFE656;
}
.BgClassName
{
background-color: #BFE656;
}
</style>
border-color css
<style>
span { border-color: #BFE656; }
span { border-color: rgb(191,230,86); }
td.TdClassName
{
border-color: #BFE656;
}
.TagClassName
{
border-color: #BFE656;
}
</style>