Shades of Conifer #BFE764
Tints of Conifer #BFE764
RGB
CMYK
RGB Variations
Color information
#BFE764 (or 0xBFE764) is known color: Conifer. HEX triplet: BF, E7 and 64. RGB value is (191,231,100). Sum of RGB (Red+Green+Blue) = 191+231+100=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE764 is #40189B. Grayscale: #CCCCCC. Windows color (decimal): -4200604 or 6612927. OLE color: 6612927.
HSL color Cylindrical-coordinate representation of color #BFE764: hue angle of 78.32º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE764 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 100 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.09 |
| HSL | 78.32º | 0.73% | 0.65% | - |
| HSV(B) | 78.32º | 0.57% | 0.91% | - |
| XYZ | 52.36 | 69.15 | 22.64 | - |
| YUV | 204.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 100 | 0.17 | 0 | 0.57 | 0.09 | 78.32 | 0.73 | 0.65 |
| Hex | BF | E7 | 64 | 11 | 0 | 39 | 9 | 4E | 49 | 41 |
| Octal | 277 | 347 | 144 | 21 | 0 | 71 | 11 | 116 | 111 | 101 |
| Binary | 10111111 | 11100111 | 1100100 | 10001 | 0 | 111001 | 1001 | 1001110 | 1001001 | 1000001 |
Color Harmonies of #BFE764
Complementary color
Monochromatic Colors of #BFE764
Black with #BFE764
Text Example
Text Example
White with #BFE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE764; }
p { color: rgb(191,231,100); }
H1.HeaderClassName
{
color: #BFE764;
}
.AnyTagClassName
{
color: #BFE764;
}
</style>
background-color css
<style>
a { background-color: #BFE764; }
a { background-color: rgb(191,231,100); }
div.DivClassName
{
background-color: #BFE764;
}
.BgClassName
{
background-color: #BFE764;
}
</style>
border-color css
<style>
span { border-color: #BFE764; }
span { border-color: rgb(191,231,100); }
td.TdClassName
{
border-color: #BFE764;
}
.TagClassName
{
border-color: #BFE764;
}
</style>