Shades of Conifer #BFF860
Tints of Conifer #BFF860
RGB
CMYK
RGB Variations
Color information
#BFF860 (or 0xBFF860) is known color: Conifer. HEX triplet: BF, F8 and 60. RGB value is (191,248,96). Sum of RGB (Red+Green+Blue) = 191+248+96=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF860 is #40079F. Grayscale: #D6D6D6. Windows color (decimal): -4196256 or 6355135. OLE color: 6355135.
HSL color Cylindrical-coordinate representation of color #BFF860: hue angle of 82.5º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFF860 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 96 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.03 |
| HSL | 82.5º | 0.92% | 0.67% | - |
| HSV(B) | 82.5º | 0.61% | 0.97% | - |
| XYZ | 57.16 | 79.06 | 23.31 | - |
| YUV | 213.63 | 61.62 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 96 | 0.23 | 0 | 0.61 | 0.03 | 82.5 | 0.92 | 0.67 |
| Hex | BF | F8 | 60 | 17 | 0 | 3D | 3 | 52 | 5C | 43 |
| Octal | 277 | 370 | 140 | 27 | 0 | 75 | 3 | 122 | 134 | 103 |
| Binary | 10111111 | 11111000 | 1100000 | 10111 | 0 | 111101 | 11 | 1010010 | 1011100 | 1000011 |
Color Harmonies of #BFF860
Complementary color
Monochromatic Colors of #BFF860
Black with #BFF860
Text Example
Text Example
White with #BFF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF860; }
p { color: rgb(191,248,96); }
H1.HeaderClassName
{
color: #BFF860;
}
.AnyTagClassName
{
color: #BFF860;
}
</style>
background-color css
<style>
a { background-color: #BFF860; }
a { background-color: rgb(191,248,96); }
div.DivClassName
{
background-color: #BFF860;
}
.BgClassName
{
background-color: #BFF860;
}
</style>
border-color css
<style>
span { border-color: #BFF860; }
span { border-color: rgb(191,248,96); }
td.TdClassName
{
border-color: #BFF860;
}
.TagClassName
{
border-color: #BFF860;
}
</style>