Shades of Conifer #BFF957
Tints of Conifer #BFF957
RGB
CMYK
RGB Variations
Color information
#BFF957 (or 0xBFF957) is known color: Conifer. HEX triplet: BF, F9 and 57. RGB value is (191,249,87). Sum of RGB (Red+Green+Blue) = 191+249+87=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF957 is #4006A8. Grayscale: #D5D5D5. Windows color (decimal): -4196009 or 5765567. OLE color: 5765567.
HSL color Cylindrical-coordinate representation of color #BFF957: hue angle of 81.48º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFF957 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 87 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.02 |
| HSL | 81.48º | 0.93% | 0.66% | - |
| HSV(B) | 81.48º | 0.65% | 0.98% | - |
| XYZ | 57.08 | 79.52 | 21.36 | - |
| YUV | 213.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 87 | 0.23 | 0 | 0.65 | 0.02 | 81.48 | 0.93 | 0.66 |
| Hex | BF | F9 | 57 | 17 | 0 | 41 | 2 | 51 | 5D | 42 |
| Octal | 277 | 371 | 127 | 27 | 0 | 101 | 2 | 121 | 135 | 102 |
| Binary | 10111111 | 11111001 | 1010111 | 10111 | 0 | 1000001 | 10 | 1010001 | 1011101 | 1000010 |
Color Harmonies of #BFF957
Complementary color
Monochromatic Colors of #BFF957
Black with #BFF957
Text Example
Text Example
White with #BFF957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF957; }
p { color: rgb(191,249,87); }
H1.HeaderClassName
{
color: #BFF957;
}
.AnyTagClassName
{
color: #BFF957;
}
</style>
background-color css
<style>
a { background-color: #BFF957; }
a { background-color: rgb(191,249,87); }
div.DivClassName
{
background-color: #BFF957;
}
.BgClassName
{
background-color: #BFF957;
}
</style>
border-color css
<style>
span { border-color: #BFF957; }
span { border-color: rgb(191,249,87); }
td.TdClassName
{
border-color: #BFF957;
}
.TagClassName
{
border-color: #BFF957;
}
</style>