Shades of Conifer #BFDD4E
Tints of Conifer #BFDD4E
RGB
CMYK
RGB Variations
Color information
#BFDD4E (or 0xBFDD4E) is known color: Conifer. HEX triplet: BF, DD and 4E. RGB value is (191,221,78). Sum of RGB (Red+Green+Blue) = 191+221+78=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD4E is #4022B1. Grayscale: #C4C4C4. Windows color (decimal): -4203186 or 5168575. OLE color: 5168575.
HSL color Cylindrical-coordinate representation of color #BFDD4E: hue angle of 72.59º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFDD4E is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 78 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.13 |
| HSL | 72.59º | 0.68% | 0.59% | - |
| HSV(B) | 72.59º | 0.65% | 0.87% | - |
| XYZ | 48.72 | 63.34 | 16.87 | - |
| YUV | 195.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 78 | 0.14 | 0 | 0.65 | 0.13 | 72.59 | 0.68 | 0.59 |
| Hex | BF | DD | 4E | E | 0 | 41 | D | 49 | 44 | 3B |
| Octal | 277 | 335 | 116 | 16 | 0 | 101 | 15 | 111 | 104 | 73 |
| Binary | 10111111 | 11011101 | 1001110 | 1110 | 0 | 1000001 | 1101 | 1001001 | 1000100 | 111011 |
Color Harmonies of #BFDD4E
Complementary color
Monochromatic Colors of #BFDD4E
Black with #BFDD4E
Text Example
Text Example
White with #BFDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD4E; }
p { color: rgb(191,221,78); }
H1.HeaderClassName
{
color: #BFDD4E;
}
.AnyTagClassName
{
color: #BFDD4E;
}
</style>
background-color css
<style>
a { background-color: #BFDD4E; }
a { background-color: rgb(191,221,78); }
div.DivClassName
{
background-color: #BFDD4E;
}
.BgClassName
{
background-color: #BFDD4E;
}
</style>
border-color css
<style>
span { border-color: #BFDD4E; }
span { border-color: rgb(191,221,78); }
td.TdClassName
{
border-color: #BFDD4E;
}
.TagClassName
{
border-color: #BFDD4E;
}
</style>