Shades of Conifer #BFD74D
Tints of Conifer #BFD74D
RGB
CMYK
RGB Variations
Color information
#BFD74D (or 0xBFD74D) is known color: Conifer. HEX triplet: BF, D7 and 4D. RGB value is (191,215,77). Sum of RGB (Red+Green+Blue) = 191+215+77=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD74D is #4028B2. Grayscale: #C0C0C0. Windows color (decimal): -4204723 or 5101503. OLE color: 5101503.
HSL color Cylindrical-coordinate representation of color #BFD74D: hue angle of 70.43º 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 #BFD74D is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 77 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.16 |
| HSL | 70.43º | 0.63% | 0.57% | - |
| HSV(B) | 70.43º | 0.64% | 0.84% | - |
| XYZ | 47.13 | 60.21 | 16.16 | - |
| YUV | 192.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 77 | 0.11 | 0 | 0.64 | 0.16 | 70.43 | 0.63 | 0.57 |
| Hex | BF | D7 | 4D | B | 0 | 40 | 10 | 46 | 3F | 39 |
| Octal | 277 | 327 | 115 | 13 | 0 | 100 | 20 | 106 | 77 | 71 |
| Binary | 10111111 | 11010111 | 1001101 | 1011 | 0 | 1000000 | 10000 | 1000110 | 111111 | 111001 |
Color Harmonies of #BFD74D
Complementary color
Monochromatic Colors of #BFD74D
Black with #BFD74D
Text Example
Text Example
White with #BFD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD74D; }
p { color: rgb(191,215,77); }
H1.HeaderClassName
{
color: #BFD74D;
}
.AnyTagClassName
{
color: #BFD74D;
}
</style>
background-color css
<style>
a { background-color: #BFD74D; }
a { background-color: rgb(191,215,77); }
div.DivClassName
{
background-color: #BFD74D;
}
.BgClassName
{
background-color: #BFD74D;
}
</style>
border-color css
<style>
span { border-color: #BFD74D; }
span { border-color: rgb(191,215,77); }
td.TdClassName
{
border-color: #BFD74D;
}
.TagClassName
{
border-color: #BFD74D;
}
</style>