Shades of Conifer #BFDD50
Tints of Conifer #BFDD50
RGB
CMYK
RGB Variations
Color information
#BFDD50 (or 0xBFDD50) is known color: Conifer. HEX triplet: BF, DD and 50. RGB value is (191,221,80). Sum of RGB (Red+Green+Blue) = 191+221+80=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD50 is #4022AF. Grayscale: #C4C4C4. Windows color (decimal): -4203184 or 5299647. OLE color: 5299647.
HSL color Cylindrical-coordinate representation of color #BFDD50: hue angle of 72.77º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFDD50 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 80 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.13 |
| HSL | 72.77º | 0.67% | 0.59% | - |
| HSV(B) | 72.77º | 0.64% | 0.87% | - |
| XYZ | 48.79 | 63.37 | 17.25 | - |
| YUV | 195.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 80 | 0.14 | 0 | 0.64 | 0.13 | 72.77 | 0.67 | 0.59 |
| Hex | BF | DD | 50 | E | 0 | 40 | D | 49 | 43 | 3B |
| Octal | 277 | 335 | 120 | 16 | 0 | 100 | 15 | 111 | 103 | 73 |
| Binary | 10111111 | 11011101 | 1010000 | 1110 | 0 | 1000000 | 1101 | 1001001 | 1000011 | 111011 |
Color Harmonies of #BFDD50
Complementary color
Monochromatic Colors of #BFDD50
Black with #BFDD50
Text Example
Text Example
White with #BFDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD50; }
p { color: rgb(191,221,80); }
H1.HeaderClassName
{
color: #BFDD50;
}
.AnyTagClassName
{
color: #BFDD50;
}
</style>
background-color css
<style>
a { background-color: #BFDD50; }
a { background-color: rgb(191,221,80); }
div.DivClassName
{
background-color: #BFDD50;
}
.BgClassName
{
background-color: #BFDD50;
}
</style>
border-color css
<style>
span { border-color: #BFDD50; }
span { border-color: rgb(191,221,80); }
td.TdClassName
{
border-color: #BFDD50;
}
.TagClassName
{
border-color: #BFDD50;
}
</style>