Shades of Conifer #BFE564
Tints of Conifer #BFE564
RGB
CMYK
RGB Variations
Color information
#BFE564 (or 0xBFE564) is known color: Conifer. HEX triplet: BF, E5 and 64. RGB value is (191,229,100). Sum of RGB (Red+Green+Blue) = 191+229+100=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE564 is #401A9B. Grayscale: #CBCBCB. Windows color (decimal): -4201116 or 6612415. OLE color: 6612415.
HSL color Cylindrical-coordinate representation of color #BFE564: hue angle of 77.67º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE564 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 100 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.10 |
| HSL | 77.67º | 0.71% | 0.65% | - |
| HSV(B) | 77.67º | 0.56% | 0.9% | - |
| XYZ | 51.81 | 68.04 | 22.46 | - |
| YUV | 202.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 100 | 0.17 | 0 | 0.56 | 0.10 | 77.67 | 0.71 | 0.65 |
| Hex | BF | E5 | 64 | 11 | 0 | 38 | A | 4E | 47 | 41 |
| Octal | 277 | 345 | 144 | 21 | 0 | 70 | 12 | 116 | 107 | 101 |
| Binary | 10111111 | 11100101 | 1100100 | 10001 | 0 | 111000 | 1010 | 1001110 | 1000111 | 1000001 |
Color Harmonies of #BFE564
Complementary color
Monochromatic Colors of #BFE564
Black with #BFE564
Text Example
Text Example
White with #BFE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE564; }
p { color: rgb(191,229,100); }
H1.HeaderClassName
{
color: #BFE564;
}
.AnyTagClassName
{
color: #BFE564;
}
</style>
background-color css
<style>
a { background-color: #BFE564; }
a { background-color: rgb(191,229,100); }
div.DivClassName
{
background-color: #BFE564;
}
.BgClassName
{
background-color: #BFE564;
}
</style>
border-color css
<style>
span { border-color: #BFE564; }
span { border-color: rgb(191,229,100); }
td.TdClassName
{
border-color: #BFE564;
}
.TagClassName
{
border-color: #BFE564;
}
</style>