Shades of Conifer #BFF14D
Tints of Conifer #BFF14D
RGB
CMYK
RGB Variations
Color information
#BFF14D (or 0xBFF14D) is known color: Conifer. HEX triplet: BF, F1 and 4D. RGB value is (191,241,77). Sum of RGB (Red+Green+Blue) = 191+241+77=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF14D is #400EB2. Grayscale: #CFCFCF. Windows color (decimal): -4198067 or 5108159. OLE color: 5108159.
HSL color Cylindrical-coordinate representation of color #BFF14D: hue angle of 78.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFF14D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 77 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.05 |
| HSL | 78.29º | 0.85% | 0.62% | - |
| HSV(B) | 78.29º | 0.68% | 0.95% | - |
| XYZ | 54.28 | 74.52 | 18.54 | - |
| YUV | 207.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 77 | 0.21 | 0 | 0.68 | 0.05 | 78.29 | 0.85 | 0.62 |
| Hex | BF | F1 | 4D | 15 | 0 | 44 | 5 | 4E | 55 | 3E |
| Octal | 277 | 361 | 115 | 25 | 0 | 104 | 5 | 116 | 125 | 76 |
| Binary | 10111111 | 11110001 | 1001101 | 10101 | 0 | 1000100 | 101 | 1001110 | 1010101 | 111110 |
Color Harmonies of #BFF14D
Complementary color
Monochromatic Colors of #BFF14D
Black with #BFF14D
Text Example
Text Example
White with #BFF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF14D; }
p { color: rgb(191,241,77); }
H1.HeaderClassName
{
color: #BFF14D;
}
.AnyTagClassName
{
color: #BFF14D;
}
</style>
background-color css
<style>
a { background-color: #BFF14D; }
a { background-color: rgb(191,241,77); }
div.DivClassName
{
background-color: #BFF14D;
}
.BgClassName
{
background-color: #BFF14D;
}
</style>
border-color css
<style>
span { border-color: #BFF14D; }
span { border-color: rgb(191,241,77); }
td.TdClassName
{
border-color: #BFF14D;
}
.TagClassName
{
border-color: #BFF14D;
}
</style>