Shades of Conifer #BFE54D
Tints of Conifer #BFE54D
RGB
CMYK
RGB Variations
Color information
#BFE54D (or 0xBFE54D) is known color: Conifer. HEX triplet: BF, E5 and 4D. RGB value is (191,229,77). Sum of RGB (Red+Green+Blue) = 191+229+77=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE54D is #401AB2. Grayscale: #C8C8C8. Windows color (decimal): -4201139 or 5105087. OLE color: 5105087.
HSL color Cylindrical-coordinate representation of color #BFE54D: hue angle of 75º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFE54D is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 77 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.10 |
| HSL | 75º | 0.75% | 0.6% | - |
| HSV(B) | 75º | 0.66% | 0.9% | - |
| XYZ | 50.84 | 67.65 | 17.4 | - |
| YUV | 200.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 77 | 0.17 | 0 | 0.66 | 0.10 | 75 | 0.75 | 0.6 |
| Hex | BF | E5 | 4D | 11 | 0 | 42 | A | 4B | 4B | 3C |
| Octal | 277 | 345 | 115 | 21 | 0 | 102 | 12 | 113 | 113 | 74 |
| Binary | 10111111 | 11100101 | 1001101 | 10001 | 0 | 1000010 | 1010 | 1001011 | 1001011 | 111100 |
Color Harmonies of #BFE54D
Complementary color
Monochromatic Colors of #BFE54D
Black with #BFE54D
Text Example
Text Example
White with #BFE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE54D; }
p { color: rgb(191,229,77); }
H1.HeaderClassName
{
color: #BFE54D;
}
.AnyTagClassName
{
color: #BFE54D;
}
</style>
background-color css
<style>
a { background-color: #BFE54D; }
a { background-color: rgb(191,229,77); }
div.DivClassName
{
background-color: #BFE54D;
}
.BgClassName
{
background-color: #BFE54D;
}
</style>
border-color css
<style>
span { border-color: #BFE54D; }
span { border-color: rgb(191,229,77); }
td.TdClassName
{
border-color: #BFE54D;
}
.TagClassName
{
border-color: #BFE54D;
}
</style>