Shades of Conifer #BFDD4D
Tints of Conifer #BFDD4D
RGB
CMYK
RGB Variations
Color information
#BFDD4D (or 0xBFDD4D) is known color: Conifer. HEX triplet: BF, DD and 4D. RGB value is (191,221,77). Sum of RGB (Red+Green+Blue) = 191+221+77=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD4D is #4022B2. Grayscale: #C4C4C4. Windows color (decimal): -4203187 or 5103039. OLE color: 5103039.
HSL color Cylindrical-coordinate representation of color #BFDD4D: hue angle of 72.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFDD4D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 77 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.13 |
| HSL | 72.5º | 0.68% | 0.58% | - |
| HSV(B) | 72.5º | 0.65% | 0.87% | - |
| XYZ | 48.68 | 63.33 | 16.68 | - |
| YUV | 195.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 77 | 0.14 | 0 | 0.65 | 0.13 | 72.5 | 0.68 | 0.58 |
| Hex | BF | DD | 4D | E | 0 | 41 | D | 48 | 44 | 3A |
| Octal | 277 | 335 | 115 | 16 | 0 | 101 | 15 | 110 | 104 | 72 |
| Binary | 10111111 | 11011101 | 1001101 | 1110 | 0 | 1000001 | 1101 | 1001000 | 1000100 | 111010 |
Color Harmonies of #BFDD4D
Complementary color
Monochromatic Colors of #BFDD4D
Black with #BFDD4D
Text Example
Text Example
White with #BFDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD4D; }
p { color: rgb(191,221,77); }
H1.HeaderClassName
{
color: #BFDD4D;
}
.AnyTagClassName
{
color: #BFDD4D;
}
</style>
background-color css
<style>
a { background-color: #BFDD4D; }
a { background-color: rgb(191,221,77); }
div.DivClassName
{
background-color: #BFDD4D;
}
.BgClassName
{
background-color: #BFDD4D;
}
</style>
border-color css
<style>
span { border-color: #BFDD4D; }
span { border-color: rgb(191,221,77); }
td.TdClassName
{
border-color: #BFDD4D;
}
.TagClassName
{
border-color: #BFDD4D;
}
</style>