Shades of Conifer #BFDD5E
Tints of Conifer #BFDD5E
RGB
CMYK
RGB Variations
Color information
#BFDD5E (or 0xBFDD5E) is known color: Conifer. HEX triplet: BF, DD and 5E. RGB value is (191,221,94). Sum of RGB (Red+Green+Blue) = 191+221+94=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD5E is #4022A1. Grayscale: #C6C6C6. Windows color (decimal): -4203170 or 6217151. OLE color: 6217151.
HSL color Cylindrical-coordinate representation of color #BFDD5E: hue angle of 74.17º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFDD5E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 94 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.13 |
| HSL | 74.17º | 0.65% | 0.62% | - |
| HSV(B) | 74.17º | 0.57% | 0.87% | - |
| XYZ | 49.36 | 63.6 | 20.26 | - |
| YUV | 197.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 94 | 0.14 | 0 | 0.57 | 0.13 | 74.17 | 0.65 | 0.62 |
| Hex | BF | DD | 5E | E | 0 | 39 | D | 4A | 41 | 3E |
| Octal | 277 | 335 | 136 | 16 | 0 | 71 | 15 | 112 | 101 | 76 |
| Binary | 10111111 | 11011101 | 1011110 | 1110 | 0 | 111001 | 1101 | 1001010 | 1000001 | 111110 |
Color Harmonies of #BFDD5E
Complementary color
Monochromatic Colors of #BFDD5E
Black with #BFDD5E
Text Example
Text Example
White with #BFDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD5E; }
p { color: rgb(191,221,94); }
H1.HeaderClassName
{
color: #BFDD5E;
}
.AnyTagClassName
{
color: #BFDD5E;
}
</style>
background-color css
<style>
a { background-color: #BFDD5E; }
a { background-color: rgb(191,221,94); }
div.DivClassName
{
background-color: #BFDD5E;
}
.BgClassName
{
background-color: #BFDD5E;
}
</style>
border-color css
<style>
span { border-color: #BFDD5E; }
span { border-color: rgb(191,221,94); }
td.TdClassName
{
border-color: #BFDD5E;
}
.TagClassName
{
border-color: #BFDD5E;
}
</style>