Shades of Conifer #BFE560
Tints of Conifer #BFE560
RGB
CMYK
RGB Variations
Color information
#BFE560 (or 0xBFE560) is known color: Conifer. HEX triplet: BF, E5 and 60. RGB value is (191,229,96). Sum of RGB (Red+Green+Blue) = 191+229+96=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE560 is #401A9F. Grayscale: #CACACA. Windows color (decimal): -4201120 or 6350271. OLE color: 6350271.
HSL color Cylindrical-coordinate representation of color #BFE560: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFE560 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 96 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.10 |
| HSL | 77.14º | 0.72% | 0.64% | - |
| HSV(B) | 77.14º | 0.58% | 0.9% | - |
| XYZ | 51.62 | 67.96 | 21.46 | - |
| YUV | 202.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 96 | 0.17 | 0 | 0.58 | 0.10 | 77.14 | 0.72 | 0.64 |
| Hex | BF | E5 | 60 | 11 | 0 | 3A | A | 4D | 48 | 40 |
| Octal | 277 | 345 | 140 | 21 | 0 | 72 | 12 | 115 | 110 | 100 |
| Binary | 10111111 | 11100101 | 1100000 | 10001 | 0 | 111010 | 1010 | 1001101 | 1001000 | 1000000 |
Color Harmonies of #BFE560
Complementary color
Monochromatic Colors of #BFE560
Black with #BFE560
Text Example
Text Example
White with #BFE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE560; }
p { color: rgb(191,229,96); }
H1.HeaderClassName
{
color: #BFE560;
}
.AnyTagClassName
{
color: #BFE560;
}
</style>
background-color css
<style>
a { background-color: #BFE560; }
a { background-color: rgb(191,229,96); }
div.DivClassName
{
background-color: #BFE560;
}
.BgClassName
{
background-color: #BFE560;
}
</style>
border-color css
<style>
span { border-color: #BFE560; }
span { border-color: rgb(191,229,96); }
td.TdClassName
{
border-color: #BFE560;
}
.TagClassName
{
border-color: #BFE560;
}
</style>