Shades of Conifer #BFD74E
Tints of Conifer #BFD74E
RGB
CMYK
RGB Variations
Color information
#BFD74E (or 0xBFD74E) is known color: Conifer. HEX triplet: BF, D7 and 4E. RGB value is (191,215,78). Sum of RGB (Red+Green+Blue) = 191+215+78=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD74E is #4028B1. Grayscale: #C0C0C0. Windows color (decimal): -4204722 or 5167039. OLE color: 5167039.
HSL color Cylindrical-coordinate representation of color #BFD74E: hue angle of 70.51º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD74E is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 78 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.16 |
| HSL | 70.51º | 0.63% | 0.57% | - |
| HSV(B) | 70.51º | 0.64% | 0.84% | - |
| XYZ | 47.16 | 60.23 | 16.35 | - |
| YUV | 192.21 | 63.55 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 78 | 0.11 | 0 | 0.64 | 0.16 | 70.51 | 0.63 | 0.57 |
| Hex | BF | D7 | 4E | B | 0 | 40 | 10 | 47 | 3F | 39 |
| Octal | 277 | 327 | 116 | 13 | 0 | 100 | 20 | 107 | 77 | 71 |
| Binary | 10111111 | 11010111 | 1001110 | 1011 | 0 | 1000000 | 10000 | 1000111 | 111111 | 111001 |
Color Harmonies of #BFD74E
Complementary color
Monochromatic Colors of #BFD74E
Black with #BFD74E
Text Example
Text Example
White with #BFD74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD74E; }
p { color: rgb(191,215,78); }
H1.HeaderClassName
{
color: #BFD74E;
}
.AnyTagClassName
{
color: #BFD74E;
}
</style>
background-color css
<style>
a { background-color: #BFD74E; }
a { background-color: rgb(191,215,78); }
div.DivClassName
{
background-color: #BFD74E;
}
.BgClassName
{
background-color: #BFD74E;
}
</style>
border-color css
<style>
span { border-color: #BFD74E; }
span { border-color: rgb(191,215,78); }
td.TdClassName
{
border-color: #BFD74E;
}
.TagClassName
{
border-color: #BFD74E;
}
</style>