Shades of Sprout #B5D58E
Tints of Sprout #B5D58E
RGB
CMYK
RGB Variations
Color information
#B5D58E (or 0xB5D58E) is known color: Sprout. HEX triplet: B5, D5 and 8E. RGB value is (181,213,142). Sum of RGB (Red+Green+Blue) = 181+213+142=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D58E is #4A2A71. Grayscale: #C3C3C3. Windows color (decimal): -4860530 or 9360821. OLE color: 9360821.
HSL color Cylindrical-coordinate representation of color #B5D58E: hue angle of 87.04º degrees, saturation: 0.46, 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 #B5D58E is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 142 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.16 |
| HSL | 87.04º | 0.46% | 0.7% | - |
| HSV(B) | 87.04º | 0.33% | 0.84% | - |
| XYZ | 47.73 | 59.37 | 34.53 | - |
| YUV | 195.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 142 | 0.15 | 0 | 0.33 | 0.16 | 87.04 | 0.46 | 0.7 |
| Hex | B5 | D5 | 8E | F | 0 | 21 | 10 | 57 | 2E | 46 |
| Octal | 265 | 325 | 216 | 17 | 0 | 41 | 20 | 127 | 56 | 106 |
| Binary | 10110101 | 11010101 | 10001110 | 1111 | 0 | 100001 | 10000 | 1010111 | 101110 | 1000110 |
Color Harmonies of #B5D58E
Complementary color
Monochromatic Colors of #B5D58E
Black with #B5D58E
Text Example
Text Example
White with #B5D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D58E; }
p { color: rgb(181,213,142); }
H1.HeaderClassName
{
color: #B5D58E;
}
.AnyTagClassName
{
color: #B5D58E;
}
</style>
background-color css
<style>
a { background-color: #B5D58E; }
a { background-color: rgb(181,213,142); }
div.DivClassName
{
background-color: #B5D58E;
}
.BgClassName
{
background-color: #B5D58E;
}
</style>
border-color css
<style>
span { border-color: #B5D58E; }
span { border-color: rgb(181,213,142); }
td.TdClassName
{
border-color: #B5D58E;
}
.TagClassName
{
border-color: #B5D58E;
}
</style>