Shades of Sprout #B5D68D
Tints of Sprout #B5D68D
RGB
CMYK
RGB Variations
Color information
#B5D68D (or 0xB5D68D) is known color: Sprout. HEX triplet: B5, D6 and 8D. RGB value is (181,214,141). Sum of RGB (Red+Green+Blue) = 181+214+141=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D68D is #4A2972. Grayscale: #C4C4C4. Windows color (decimal): -4860275 or 9295541. OLE color: 9295541.
HSL color Cylindrical-coordinate representation of color #B5D68D: hue angle of 87.12º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5D68D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 141 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.16 |
| HSL | 87.12º | 0.47% | 0.7% | - |
| HSV(B) | 87.12º | 0.34% | 0.84% | - |
| XYZ | 47.91 | 59.84 | 34.22 | - |
| YUV | 195.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 141 | 0.15 | 0 | 0.34 | 0.16 | 87.12 | 0.47 | 0.7 |
| Hex | B5 | D6 | 8D | F | 0 | 22 | 10 | 57 | 2F | 46 |
| Octal | 265 | 326 | 215 | 17 | 0 | 42 | 20 | 127 | 57 | 106 |
| Binary | 10110101 | 11010110 | 10001101 | 1111 | 0 | 100010 | 10000 | 1010111 | 101111 | 1000110 |
Color Harmonies of #B5D68D
Complementary color
Monochromatic Colors of #B5D68D
Black with #B5D68D
Text Example
Text Example
White with #B5D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D68D; }
p { color: rgb(181,214,141); }
H1.HeaderClassName
{
color: #B5D68D;
}
.AnyTagClassName
{
color: #B5D68D;
}
</style>
background-color css
<style>
a { background-color: #B5D68D; }
a { background-color: rgb(181,214,141); }
div.DivClassName
{
background-color: #B5D68D;
}
.BgClassName
{
background-color: #B5D68D;
}
</style>
border-color css
<style>
span { border-color: #B5D68D; }
span { border-color: rgb(181,214,141); }
td.TdClassName
{
border-color: #B5D68D;
}
.TagClassName
{
border-color: #B5D68D;
}
</style>