Shades of Conifer #BFDF4A
Tints of Conifer #BFDF4A
RGB
CMYK
RGB Variations
Color information
#BFDF4A (or 0xBFDF4A) is known color: Conifer. HEX triplet: BF, DF and 4A. RGB value is (191,223,74). Sum of RGB (Red+Green+Blue) = 191+223+74=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF4A is #4020B5. Grayscale: #C5C5C5. Windows color (decimal): -4202678 or 4906943. OLE color: 4906943.
HSL color Cylindrical-coordinate representation of color #BFDF4A: hue angle of 72.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFDF4A is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 74 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.13 |
| HSL | 72.89º | 0.7% | 0.58% | - |
| HSV(B) | 72.89º | 0.67% | 0.87% | - |
| XYZ | 49.11 | 64.35 | 16.31 | - |
| YUV | 196.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 74 | 0.14 | 0 | 0.67 | 0.13 | 72.89 | 0.7 | 0.58 |
| Hex | BF | DF | 4A | E | 0 | 43 | D | 49 | 46 | 3A |
| Octal | 277 | 337 | 112 | 16 | 0 | 103 | 15 | 111 | 106 | 72 |
| Binary | 10111111 | 11011111 | 1001010 | 1110 | 0 | 1000011 | 1101 | 1001001 | 1000110 | 111010 |
Color Harmonies of #BFDF4A
Complementary color
Monochromatic Colors of #BFDF4A
Black with #BFDF4A
Text Example
Text Example
White with #BFDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF4A; }
p { color: rgb(191,223,74); }
H1.HeaderClassName
{
color: #BFDF4A;
}
.AnyTagClassName
{
color: #BFDF4A;
}
</style>
background-color css
<style>
a { background-color: #BFDF4A; }
a { background-color: rgb(191,223,74); }
div.DivClassName
{
background-color: #BFDF4A;
}
.BgClassName
{
background-color: #BFDF4A;
}
</style>
border-color css
<style>
span { border-color: #BFDF4A; }
span { border-color: rgb(191,223,74); }
td.TdClassName
{
border-color: #BFDF4A;
}
.TagClassName
{
border-color: #BFDF4A;
}
</style>