Shades of Conifer #BFF350
Tints of Conifer #BFF350
RGB
CMYK
RGB Variations
Color information
#BFF350 (or 0xBFF350) is known color: Conifer. HEX triplet: BF, F3 and 50. RGB value is (191,243,80). Sum of RGB (Red+Green+Blue) = 191+243+80=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF350 is #400CAF. Grayscale: #D1D1D1. Windows color (decimal): -4197552 or 5305279. OLE color: 5305279.
HSL color Cylindrical-coordinate representation of color #BFF350: hue angle of 79.14º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFF350 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 80 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.05 |
| HSL | 79.14º | 0.87% | 0.63% | - |
| HSV(B) | 79.14º | 0.67% | 0.95% | - |
| XYZ | 54.98 | 75.76 | 19.31 | - |
| YUV | 208.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 80 | 0.21 | 0 | 0.67 | 0.05 | 79.14 | 0.87 | 0.63 |
| Hex | BF | F3 | 50 | 15 | 0 | 43 | 5 | 4F | 57 | 3F |
| Octal | 277 | 363 | 120 | 25 | 0 | 103 | 5 | 117 | 127 | 77 |
| Binary | 10111111 | 11110011 | 1010000 | 10101 | 0 | 1000011 | 101 | 1001111 | 1010111 | 111111 |
Color Harmonies of #BFF350
Complementary color
Monochromatic Colors of #BFF350
Black with #BFF350
Text Example
Text Example
White with #BFF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF350; }
p { color: rgb(191,243,80); }
H1.HeaderClassName
{
color: #BFF350;
}
.AnyTagClassName
{
color: #BFF350;
}
</style>
background-color css
<style>
a { background-color: #BFF350; }
a { background-color: rgb(191,243,80); }
div.DivClassName
{
background-color: #BFF350;
}
.BgClassName
{
background-color: #BFF350;
}
</style>
border-color css
<style>
span { border-color: #BFF350; }
span { border-color: rgb(191,243,80); }
td.TdClassName
{
border-color: #BFF350;
}
.TagClassName
{
border-color: #BFF350;
}
</style>