Shades of Conifer #BFDD51
Tints of Conifer #BFDD51
RGB
CMYK
RGB Variations
Color information
#BFDD51 (or 0xBFDD51) is known color: Conifer. HEX triplet: BF, DD and 51. RGB value is (191,221,81). Sum of RGB (Red+Green+Blue) = 191+221+81=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD51 is #4022AE. Grayscale: #C4C4C4. Windows color (decimal): -4203183 or 5365183. OLE color: 5365183.
HSL color Cylindrical-coordinate representation of color #BFDD51: hue angle of 72.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFDD51 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 81 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.13 |
| HSL | 72.86º | 0.67% | 0.59% | - |
| HSV(B) | 72.86º | 0.63% | 0.87% | - |
| XYZ | 48.83 | 63.38 | 17.45 | - |
| YUV | 196.07 | 63.06 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 81 | 0.14 | 0 | 0.63 | 0.13 | 72.86 | 0.67 | 0.59 |
| Hex | BF | DD | 51 | E | 0 | 3F | D | 49 | 43 | 3B |
| Octal | 277 | 335 | 121 | 16 | 0 | 77 | 15 | 111 | 103 | 73 |
| Binary | 10111111 | 11011101 | 1010001 | 1110 | 0 | 111111 | 1101 | 1001001 | 1000011 | 111011 |
Color Harmonies of #BFDD51
Complementary color
Monochromatic Colors of #BFDD51
Black with #BFDD51
Text Example
Text Example
White with #BFDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD51; }
p { color: rgb(191,221,81); }
H1.HeaderClassName
{
color: #BFDD51;
}
.AnyTagClassName
{
color: #BFDD51;
}
</style>
background-color css
<style>
a { background-color: #BFDD51; }
a { background-color: rgb(191,221,81); }
div.DivClassName
{
background-color: #BFDD51;
}
.BgClassName
{
background-color: #BFDD51;
}
</style>
border-color css
<style>
span { border-color: #BFDD51; }
span { border-color: rgb(191,221,81); }
td.TdClassName
{
border-color: #BFDD51;
}
.TagClassName
{
border-color: #BFDD51;
}
</style>