Shades of Sprout #BFDE94
Tints of Sprout #BFDE94
RGB
CMYK
RGB Variations
Color information
#BFDE94 (or 0xBFDE94) is known color: Sprout. HEX triplet: BF, DE and 94. RGB value is (191,222,148). Sum of RGB (Red+Green+Blue) = 191+222+148=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE94 is #40216B. Grayscale: #CCCCCC. Windows color (decimal): -4202860 or 9756351. OLE color: 9756351.
HSL color Cylindrical-coordinate representation of color #BFDE94: hue angle of 85.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFDE94 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 148 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.13 |
| HSL | 85.14º | 0.53% | 0.73% | - |
| HSV(B) | 85.14º | 0.33% | 0.87% | - |
| XYZ | 52.95 | 65.46 | 37.86 | - |
| YUV | 204.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 148 | 0.14 | 0 | 0.33 | 0.13 | 85.14 | 0.53 | 0.73 |
| Hex | BF | DE | 94 | E | 0 | 21 | D | 55 | 35 | 49 |
| Octal | 277 | 336 | 224 | 16 | 0 | 41 | 15 | 125 | 65 | 111 |
| Binary | 10111111 | 11011110 | 10010100 | 1110 | 0 | 100001 | 1101 | 1010101 | 110101 | 1001001 |
Color Harmonies of #BFDE94
Complementary color
Monochromatic Colors of #BFDE94
Black with #BFDE94
Text Example
Text Example
White with #BFDE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE94; }
p { color: rgb(191,222,148); }
H1.HeaderClassName
{
color: #BFDE94;
}
.AnyTagClassName
{
color: #BFDE94;
}
</style>
background-color css
<style>
a { background-color: #BFDE94; }
a { background-color: rgb(191,222,148); }
div.DivClassName
{
background-color: #BFDE94;
}
.BgClassName
{
background-color: #BFDE94;
}
</style>
border-color css
<style>
span { border-color: #BFDE94; }
span { border-color: rgb(191,222,148); }
td.TdClassName
{
border-color: #BFDE94;
}
.TagClassName
{
border-color: #BFDE94;
}
</style>