Shades of Conifer #BFDF4B
Tints of Conifer #BFDF4B
RGB
CMYK
RGB Variations
Color information
#BFDF4B (or 0xBFDF4B) is known color: Conifer. HEX triplet: BF, DF and 4B. RGB value is (191,223,75). Sum of RGB (Red+Green+Blue) = 191+223+75=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF4B is #4020B4. Grayscale: #C5C5C5. Windows color (decimal): -4202677 or 4972479. OLE color: 4972479.
HSL color Cylindrical-coordinate representation of color #BFDF4B: hue angle of 72.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFDF4B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 75 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.13 |
| HSL | 72.97º | 0.7% | 0.58% | - |
| HSV(B) | 72.97º | 0.66% | 0.87% | - |
| XYZ | 49.14 | 64.36 | 16.49 | - |
| YUV | 196.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 75 | 0.14 | 0 | 0.66 | 0.13 | 72.97 | 0.7 | 0.58 |
| Hex | BF | DF | 4B | E | 0 | 42 | D | 49 | 46 | 3A |
| Octal | 277 | 337 | 113 | 16 | 0 | 102 | 15 | 111 | 106 | 72 |
| Binary | 10111111 | 11011111 | 1001011 | 1110 | 0 | 1000010 | 1101 | 1001001 | 1000110 | 111010 |
Color Harmonies of #BFDF4B
Complementary color
Monochromatic Colors of #BFDF4B
Black with #BFDF4B
Text Example
Text Example
White with #BFDF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF4B; }
p { color: rgb(191,223,75); }
H1.HeaderClassName
{
color: #BFDF4B;
}
.AnyTagClassName
{
color: #BFDF4B;
}
</style>
background-color css
<style>
a { background-color: #BFDF4B; }
a { background-color: rgb(191,223,75); }
div.DivClassName
{
background-color: #BFDF4B;
}
.BgClassName
{
background-color: #BFDF4B;
}
</style>
border-color css
<style>
span { border-color: #BFDF4B; }
span { border-color: rgb(191,223,75); }
td.TdClassName
{
border-color: #BFDF4B;
}
.TagClassName
{
border-color: #BFDF4B;
}
</style>