Shades of Conifer #BFE260
Tints of Conifer #BFE260
RGB
CMYK
RGB Variations
Color information
#BFE260 (or 0xBFE260) is known color: Conifer. HEX triplet: BF, E2 and 60. RGB value is (191,226,96). Sum of RGB (Red+Green+Blue) = 191+226+96=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE260 is #401D9F. Grayscale: #C9C9C9. Windows color (decimal): -4201888 or 6349503. OLE color: 6349503.
HSL color Cylindrical-coordinate representation of color #BFE260: hue angle of 76.15º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFE260 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 96 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.11 |
| HSL | 76.15º | 0.69% | 0.63% | - |
| HSV(B) | 76.15º | 0.58% | 0.89% | - |
| XYZ | 50.79 | 66.31 | 21.19 | - |
| YUV | 200.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 96 | 0.15 | 0 | 0.58 | 0.11 | 76.15 | 0.69 | 0.63 |
| Hex | BF | E2 | 60 | F | 0 | 3A | B | 4C | 45 | 3F |
| Octal | 277 | 342 | 140 | 17 | 0 | 72 | 13 | 114 | 105 | 77 |
| Binary | 10111111 | 11100010 | 1100000 | 1111 | 0 | 111010 | 1011 | 1001100 | 1000101 | 111111 |
Color Harmonies of #BFE260
Complementary color
Monochromatic Colors of #BFE260
Black with #BFE260
Text Example
Text Example
White with #BFE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE260; }
p { color: rgb(191,226,96); }
H1.HeaderClassName
{
color: #BFE260;
}
.AnyTagClassName
{
color: #BFE260;
}
</style>
background-color css
<style>
a { background-color: #BFE260; }
a { background-color: rgb(191,226,96); }
div.DivClassName
{
background-color: #BFE260;
}
.BgClassName
{
background-color: #BFE260;
}
</style>
border-color css
<style>
span { border-color: #BFE260; }
span { border-color: rgb(191,226,96); }
td.TdClassName
{
border-color: #BFE260;
}
.TagClassName
{
border-color: #BFE260;
}
</style>