Shades of Sprout #BDD58F
Tints of Sprout #BDD58F
RGB
CMYK
RGB Variations
Color information
#BDD58F (or 0xBDD58F) is known color: Sprout. HEX triplet: BD, D5 and 8F. RGB value is (189,213,143). Sum of RGB (Red+Green+Blue) = 189+213+143=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD58F is #422A70. Grayscale: #C6C6C6. Windows color (decimal): -4336241 or 9426365. OLE color: 9426365.
HSL color Cylindrical-coordinate representation of color #BDD58F: hue angle of 80.57º 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 #BDD58F is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 143 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.16 |
| HSL | 80.57º | 0.45% | 0.7% | - |
| HSV(B) | 80.57º | 0.33% | 0.84% | - |
| XYZ | 49.74 | 60.39 | 35.02 | - |
| YUV | 197.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 143 | 0.11 | 0 | 0.33 | 0.16 | 80.57 | 0.45 | 0.7 |
| Hex | BD | D5 | 8F | B | 0 | 21 | 10 | 51 | 2D | 46 |
| Octal | 275 | 325 | 217 | 13 | 0 | 41 | 20 | 121 | 55 | 106 |
| Binary | 10111101 | 11010101 | 10001111 | 1011 | 0 | 100001 | 10000 | 1010001 | 101101 | 1000110 |
Color Harmonies of #BDD58F
Complementary color
Monochromatic Colors of #BDD58F
Black with #BDD58F
Text Example
Text Example
White with #BDD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD58F; }
p { color: rgb(189,213,143); }
H1.HeaderClassName
{
color: #BDD58F;
}
.AnyTagClassName
{
color: #BDD58F;
}
</style>
background-color css
<style>
a { background-color: #BDD58F; }
a { background-color: rgb(189,213,143); }
div.DivClassName
{
background-color: #BDD58F;
}
.BgClassName
{
background-color: #BDD58F;
}
</style>
border-color css
<style>
span { border-color: #BDD58F; }
span { border-color: rgb(189,213,143); }
td.TdClassName
{
border-color: #BDD58F;
}
.TagClassName
{
border-color: #BDD58F;
}
</style>