Shades of Conifer #BFDB4B
Tints of Conifer #BFDB4B
RGB
CMYK
RGB Variations
Color information
#BFDB4B (or 0xBFDB4B) is known color: Conifer. HEX triplet: BF, DB and 4B. RGB value is (191,219,75). Sum of RGB (Red+Green+Blue) = 191+219+75=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB4B is #4024B4. Grayscale: #C2C2C2. Windows color (decimal): -4203701 or 4971455. OLE color: 4971455.
HSL color Cylindrical-coordinate representation of color #BFDB4B: hue angle of 71.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFDB4B is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 75 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.14 |
| HSL | 71.67º | 0.67% | 0.58% | - |
| HSV(B) | 71.67º | 0.66% | 0.86% | - |
| XYZ | 48.09 | 62.25 | 16.14 | - |
| YUV | 194.21 | 60.72 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 75 | 0.13 | 0 | 0.66 | 0.14 | 71.67 | 0.67 | 0.58 |
| Hex | BF | DB | 4B | D | 0 | 42 | E | 48 | 43 | 3A |
| Octal | 277 | 333 | 113 | 15 | 0 | 102 | 16 | 110 | 103 | 72 |
| Binary | 10111111 | 11011011 | 1001011 | 1101 | 0 | 1000010 | 1110 | 1001000 | 1000011 | 111010 |
Color Harmonies of #BFDB4B
Complementary color
Monochromatic Colors of #BFDB4B
Black with #BFDB4B
Text Example
Text Example
White with #BFDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB4B; }
p { color: rgb(191,219,75); }
H1.HeaderClassName
{
color: #BFDB4B;
}
.AnyTagClassName
{
color: #BFDB4B;
}
</style>
background-color css
<style>
a { background-color: #BFDB4B; }
a { background-color: rgb(191,219,75); }
div.DivClassName
{
background-color: #BFDB4B;
}
.BgClassName
{
background-color: #BFDB4B;
}
</style>
border-color css
<style>
span { border-color: #BFDB4B; }
span { border-color: rgb(191,219,75); }
td.TdClassName
{
border-color: #BFDB4B;
}
.TagClassName
{
border-color: #BFDB4B;
}
</style>