Shades of Sprout #BFD58F
Tints of Sprout #BFD58F
RGB
CMYK
RGB Variations
Color information
#BFD58F (or 0xBFD58F) is known color: Sprout. HEX triplet: BF, D5 and 8F. RGB value is (191,213,143). Sum of RGB (Red+Green+Blue) = 191+213+143=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD58F is #402A70. Grayscale: #C6C6C6. Windows color (decimal): -4205169 or 9426367. OLE color: 9426367.
HSL color Cylindrical-coordinate representation of color #BFD58F: hue angle of 78.86º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD58F is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 143 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.16 |
| HSL | 78.86º | 0.45% | 0.7% | - |
| HSV(B) | 78.86º | 0.33% | 0.84% | - |
| XYZ | 50.24 | 60.65 | 35.05 | - |
| YUV | 198.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 143 | 0.10 | 0 | 0.33 | 0.16 | 78.86 | 0.45 | 0.7 |
| Hex | BF | D5 | 8F | A | 0 | 21 | 10 | 4F | 2D | 46 |
| Octal | 277 | 325 | 217 | 12 | 0 | 41 | 20 | 117 | 55 | 106 |
| Binary | 10111111 | 11010101 | 10001111 | 1010 | 0 | 100001 | 10000 | 1001111 | 101101 | 1000110 |
Color Harmonies of #BFD58F
Complementary color
Monochromatic Colors of #BFD58F
Black with #BFD58F
Text Example
Text Example
White with #BFD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD58F; }
p { color: rgb(191,213,143); }
H1.HeaderClassName
{
color: #BFD58F;
}
.AnyTagClassName
{
color: #BFD58F;
}
</style>
background-color css
<style>
a { background-color: #BFD58F; }
a { background-color: rgb(191,213,143); }
div.DivClassName
{
background-color: #BFD58F;
}
.BgClassName
{
background-color: #BFD58F;
}
</style>
border-color css
<style>
span { border-color: #BFD58F; }
span { border-color: rgb(191,213,143); }
td.TdClassName
{
border-color: #BFD58F;
}
.TagClassName
{
border-color: #BFD58F;
}
</style>