Shades of Conifer #BFF356
Tints of Conifer #BFF356
RGB
CMYK
RGB Variations
Color information
#BFF356 (or 0xBFF356) is known color: Conifer. HEX triplet: BF, F3 and 56. RGB value is (191,243,86). Sum of RGB (Red+Green+Blue) = 191+243+86=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF356 is #400CA9. Grayscale: #D2D2D2. Windows color (decimal): -4197546 or 5698495. OLE color: 5698495.
HSL color Cylindrical-coordinate representation of color #BFF356: hue angle of 79.87º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFF356 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 86 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.05 |
| HSL | 79.87º | 0.87% | 0.65% | - |
| HSV(B) | 79.87º | 0.65% | 0.95% | - |
| XYZ | 55.22 | 75.85 | 20.53 | - |
| YUV | 209.55 | 58.27 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 86 | 0.21 | 0 | 0.65 | 0.05 | 79.87 | 0.87 | 0.65 |
| Hex | BF | F3 | 56 | 15 | 0 | 41 | 5 | 50 | 57 | 41 |
| Octal | 277 | 363 | 126 | 25 | 0 | 101 | 5 | 120 | 127 | 101 |
| Binary | 10111111 | 11110011 | 1010110 | 10101 | 0 | 1000001 | 101 | 1010000 | 1010111 | 1000001 |
Color Harmonies of #BFF356
Complementary color
Monochromatic Colors of #BFF356
Black with #BFF356
Text Example
Text Example
White with #BFF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF356; }
p { color: rgb(191,243,86); }
H1.HeaderClassName
{
color: #BFF356;
}
.AnyTagClassName
{
color: #BFF356;
}
</style>
background-color css
<style>
a { background-color: #BFF356; }
a { background-color: rgb(191,243,86); }
div.DivClassName
{
background-color: #BFF356;
}
.BgClassName
{
background-color: #BFF356;
}
</style>
border-color css
<style>
span { border-color: #BFF356; }
span { border-color: rgb(191,243,86); }
td.TdClassName
{
border-color: #BFF356;
}
.TagClassName
{
border-color: #BFF356;
}
</style>