Shades of Conifer #BFF95E
Tints of Conifer #BFF95E
RGB
CMYK
RGB Variations
Color information
#BFF95E (or 0xBFF95E) is known color: Conifer. HEX triplet: BF, F9 and 5E. RGB value is (191,249,94). Sum of RGB (Red+Green+Blue) = 191+249+94=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF95E is #4006A1. Grayscale: #D6D6D6. Windows color (decimal): -4196002 or 6224319. OLE color: 6224319.
HSL color Cylindrical-coordinate representation of color #BFF95E: hue angle of 82.45º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFF95E is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 94 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.02 |
| HSL | 82.45º | 0.93% | 0.67% | - |
| HSV(B) | 82.45º | 0.62% | 0.98% | - |
| XYZ | 57.38 | 79.64 | 22.94 | - |
| YUV | 213.99 | 60.28 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 94 | 0.23 | 0 | 0.62 | 0.02 | 82.45 | 0.93 | 0.67 |
| Hex | BF | F9 | 5E | 17 | 0 | 3E | 2 | 52 | 5D | 43 |
| Octal | 277 | 371 | 136 | 27 | 0 | 76 | 2 | 122 | 135 | 103 |
| Binary | 10111111 | 11111001 | 1011110 | 10111 | 0 | 111110 | 10 | 1010010 | 1011101 | 1000011 |
Color Harmonies of #BFF95E
Complementary color
Monochromatic Colors of #BFF95E
Black with #BFF95E
Text Example
Text Example
White with #BFF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF95E; }
p { color: rgb(191,249,94); }
H1.HeaderClassName
{
color: #BFF95E;
}
.AnyTagClassName
{
color: #BFF95E;
}
</style>
background-color css
<style>
a { background-color: #BFF95E; }
a { background-color: rgb(191,249,94); }
div.DivClassName
{
background-color: #BFF95E;
}
.BgClassName
{
background-color: #BFF95E;
}
</style>
border-color css
<style>
span { border-color: #BFF95E; }
span { border-color: rgb(191,249,94); }
td.TdClassName
{
border-color: #BFF95E;
}
.TagClassName
{
border-color: #BFF95E;
}
</style>