Shades of Sprout #BDD78F
Tints of Sprout #BDD78F
RGB
CMYK
RGB Variations
Color information
#BDD78F (or 0xBDD78F) is known color: Sprout. HEX triplet: BD, D7 and 8F. RGB value is (189,215,143). Sum of RGB (Red+Green+Blue) = 189+215+143=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD78F is #422870. Grayscale: #C7C7C7. Windows color (decimal): -4335729 or 9426877. OLE color: 9426877.
HSL color Cylindrical-coordinate representation of color #BDD78F: hue angle of 81.67º degrees, saturation: 0.47, 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 #BDD78F is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 143 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.16 |
| HSL | 81.67º | 0.47% | 0.7% | - |
| HSV(B) | 81.67º | 0.33% | 0.84% | - |
| XYZ | 50.24 | 61.4 | 35.19 | - |
| YUV | 199.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 143 | 0.12 | 0 | 0.33 | 0.16 | 81.67 | 0.47 | 0.7 |
| Hex | BD | D7 | 8F | C | 0 | 21 | 10 | 52 | 2F | 46 |
| Octal | 275 | 327 | 217 | 14 | 0 | 41 | 20 | 122 | 57 | 106 |
| Binary | 10111101 | 11010111 | 10001111 | 1100 | 0 | 100001 | 10000 | 1010010 | 101111 | 1000110 |
Color Harmonies of #BDD78F
Complementary color
Monochromatic Colors of #BDD78F
Black with #BDD78F
Text Example
Text Example
White with #BDD78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD78F; }
p { color: rgb(189,215,143); }
H1.HeaderClassName
{
color: #BDD78F;
}
.AnyTagClassName
{
color: #BDD78F;
}
</style>
background-color css
<style>
a { background-color: #BDD78F; }
a { background-color: rgb(189,215,143); }
div.DivClassName
{
background-color: #BDD78F;
}
.BgClassName
{
background-color: #BDD78F;
}
</style>
border-color css
<style>
span { border-color: #BDD78F; }
span { border-color: rgb(189,215,143); }
td.TdClassName
{
border-color: #BDD78F;
}
.TagClassName
{
border-color: #BDD78F;
}
</style>