Shades of Conifer #BFE660
Tints of Conifer #BFE660
RGB
CMYK
RGB Variations
Color information
#BFE660 (or 0xBFE660) is known color: Conifer. HEX triplet: BF, E6 and 60. RGB value is (191,230,96). Sum of RGB (Red+Green+Blue) = 191+230+96=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE660 is #40199F. Grayscale: #CBCBCB. Windows color (decimal): -4200864 or 6350527. OLE color: 6350527.
HSL color Cylindrical-coordinate representation of color #BFE660: hue angle of 77.46º degrees, saturation: 0.73, 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 #BFE660 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 96 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.10 |
| HSL | 77.46º | 0.73% | 0.64% | - |
| HSV(B) | 77.46º | 0.58% | 0.9% | - |
| XYZ | 51.89 | 68.51 | 21.56 | - |
| YUV | 203.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 96 | 0.17 | 0 | 0.58 | 0.10 | 77.46 | 0.73 | 0.64 |
| Hex | BF | E6 | 60 | 11 | 0 | 3A | A | 4D | 49 | 40 |
| Octal | 277 | 346 | 140 | 21 | 0 | 72 | 12 | 115 | 111 | 100 |
| Binary | 10111111 | 11100110 | 1100000 | 10001 | 0 | 111010 | 1010 | 1001101 | 1001001 | 1000000 |
Color Harmonies of #BFE660
Complementary color
Monochromatic Colors of #BFE660
Black with #BFE660
Text Example
Text Example
White with #BFE660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE660; }
p { color: rgb(191,230,96); }
H1.HeaderClassName
{
color: #BFE660;
}
.AnyTagClassName
{
color: #BFE660;
}
</style>
background-color css
<style>
a { background-color: #BFE660; }
a { background-color: rgb(191,230,96); }
div.DivClassName
{
background-color: #BFE660;
}
.BgClassName
{
background-color: #BFE660;
}
</style>
border-color css
<style>
span { border-color: #BFE660; }
span { border-color: rgb(191,230,96); }
td.TdClassName
{
border-color: #BFE660;
}
.TagClassName
{
border-color: #BFE660;
}
</style>