Shades of Conifer #BFE55C
Tints of Conifer #BFE55C
RGB
CMYK
RGB Variations
Color information
#BFE55C (or 0xBFE55C) is known color: Conifer. HEX triplet: BF, E5 and 5C. RGB value is (191,229,92). Sum of RGB (Red+Green+Blue) = 191+229+92=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE55C is #401AA3. Grayscale: #CACACA. Windows color (decimal): -4201124 or 6088127. OLE color: 6088127.
HSL color Cylindrical-coordinate representation of color #BFE55C: hue angle of 76.64º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE55C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 92 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.10 |
| HSL | 76.64º | 0.72% | 0.63% | - |
| HSV(B) | 76.64º | 0.6% | 0.9% | - |
| XYZ | 51.44 | 67.89 | 20.52 | - |
| YUV | 202.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 92 | 0.17 | 0 | 0.60 | 0.10 | 76.64 | 0.72 | 0.63 |
| Hex | BF | E5 | 5C | 11 | 0 | 3C | A | 4D | 48 | 3F |
| Octal | 277 | 345 | 134 | 21 | 0 | 74 | 12 | 115 | 110 | 77 |
| Binary | 10111111 | 11100101 | 1011100 | 10001 | 0 | 111100 | 1010 | 1001101 | 1001000 | 111111 |
Color Harmonies of #BFE55C
Complementary color
Monochromatic Colors of #BFE55C
Black with #BFE55C
Text Example
Text Example
White with #BFE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE55C; }
p { color: rgb(191,229,92); }
H1.HeaderClassName
{
color: #BFE55C;
}
.AnyTagClassName
{
color: #BFE55C;
}
</style>
background-color css
<style>
a { background-color: #BFE55C; }
a { background-color: rgb(191,229,92); }
div.DivClassName
{
background-color: #BFE55C;
}
.BgClassName
{
background-color: #BFE55C;
}
</style>
border-color css
<style>
span { border-color: #BFE55C; }
span { border-color: rgb(191,229,92); }
td.TdClassName
{
border-color: #BFE55C;
}
.TagClassName
{
border-color: #BFE55C;
}
</style>