Shades of Conifer #BFE84D
Tints of Conifer #BFE84D
RGB
CMYK
RGB Variations
Color information
#BFE84D (or 0xBFE84D) is known color: Conifer. HEX triplet: BF, E8 and 4D. RGB value is (191,232,77). Sum of RGB (Red+Green+Blue) = 191+232+77=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE84D is #4017B2. Grayscale: #CACACA. Windows color (decimal): -4200371 or 5105855. OLE color: 5105855.
HSL color Cylindrical-coordinate representation of color #BFE84D: hue angle of 75.87º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFE84D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 77 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.09 |
| HSL | 75.87º | 0.77% | 0.61% | - |
| HSV(B) | 75.87º | 0.67% | 0.91% | - |
| XYZ | 51.68 | 69.33 | 17.68 | - |
| YUV | 202.07 | 57.42 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 77 | 0.18 | 0 | 0.67 | 0.09 | 75.87 | 0.77 | 0.61 |
| Hex | BF | E8 | 4D | 12 | 0 | 43 | 9 | 4C | 4D | 3D |
| Octal | 277 | 350 | 115 | 22 | 0 | 103 | 11 | 114 | 115 | 75 |
| Binary | 10111111 | 11101000 | 1001101 | 10010 | 0 | 1000011 | 1001 | 1001100 | 1001101 | 111101 |
Color Harmonies of #BFE84D
Complementary color
Monochromatic Colors of #BFE84D
Black with #BFE84D
Text Example
Text Example
White with #BFE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE84D; }
p { color: rgb(191,232,77); }
H1.HeaderClassName
{
color: #BFE84D;
}
.AnyTagClassName
{
color: #BFE84D;
}
</style>
background-color css
<style>
a { background-color: #BFE84D; }
a { background-color: rgb(191,232,77); }
div.DivClassName
{
background-color: #BFE84D;
}
.BgClassName
{
background-color: #BFE84D;
}
</style>
border-color css
<style>
span { border-color: #BFE84D; }
span { border-color: rgb(191,232,77); }
td.TdClassName
{
border-color: #BFE84D;
}
.TagClassName
{
border-color: #BFE84D;
}
</style>