Shades of Conifer #BFF84D
Tints of Conifer #BFF84D
RGB
CMYK
RGB Variations
Color information
#BFF84D (or 0xBFF84D) is known color: Conifer. HEX triplet: BF, F8 and 4D. RGB value is (191,248,77). Sum of RGB (Red+Green+Blue) = 191+248+77=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF84D is #4007B2. Grayscale: #D4D4D4. Windows color (decimal): -4196275 or 5109951. OLE color: 5109951.
HSL color Cylindrical-coordinate representation of color #BFF84D: hue angle of 80º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFF84D is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 77 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.03 |
| HSL | 80º | 0.92% | 0.64% | - |
| HSV(B) | 80º | 0.69% | 0.97% | - |
| XYZ | 56.39 | 78.75 | 19.25 | - |
| YUV | 211.46 | 52.12 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 77 | 0.23 | 0 | 0.69 | 0.03 | 80 | 0.92 | 0.64 |
| Hex | BF | F8 | 4D | 17 | 0 | 45 | 3 | 50 | 5C | 40 |
| Octal | 277 | 370 | 115 | 27 | 0 | 105 | 3 | 120 | 134 | 100 |
| Binary | 10111111 | 11111000 | 1001101 | 10111 | 0 | 1000101 | 11 | 1010000 | 1011100 | 1000000 |
Color Harmonies of #BFF84D
Complementary color
Monochromatic Colors of #BFF84D
Black with #BFF84D
Text Example
Text Example
White with #BFF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF84D; }
p { color: rgb(191,248,77); }
H1.HeaderClassName
{
color: #BFF84D;
}
.AnyTagClassName
{
color: #BFF84D;
}
</style>
background-color css
<style>
a { background-color: #BFF84D; }
a { background-color: rgb(191,248,77); }
div.DivClassName
{
background-color: #BFF84D;
}
.BgClassName
{
background-color: #BFF84D;
}
</style>
border-color css
<style>
span { border-color: #BFF84D; }
span { border-color: rgb(191,248,77); }
td.TdClassName
{
border-color: #BFF84D;
}
.TagClassName
{
border-color: #BFF84D;
}
</style>