Shades of Sprout #B5D68F
Tints of Sprout #B5D68F
RGB
CMYK
RGB Variations
Color information
#B5D68F (or 0xB5D68F) is known color: Sprout. HEX triplet: B5, D6 and 8F. RGB value is (181,214,143). Sum of RGB (Red+Green+Blue) = 181+214+143=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D68F is #4A2970. Grayscale: #C4C4C4. Windows color (decimal): -4860273 or 9426613. OLE color: 9426613.
HSL color Cylindrical-coordinate representation of color #B5D68F: hue angle of 87.89º 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 #B5D68F is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 143 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.16 |
| HSL | 87.89º | 0.46% | 0.7% | - |
| HSV(B) | 87.89º | 0.33% | 0.84% | - |
| XYZ | 48.06 | 59.9 | 35.02 | - |
| YUV | 196.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 143 | 0.15 | 0 | 0.33 | 0.16 | 87.89 | 0.46 | 0.7 |
| Hex | B5 | D6 | 8F | F | 0 | 21 | 10 | 58 | 2E | 46 |
| Octal | 265 | 326 | 217 | 17 | 0 | 41 | 20 | 130 | 56 | 106 |
| Binary | 10110101 | 11010110 | 10001111 | 1111 | 0 | 100001 | 10000 | 1011000 | 101110 | 1000110 |
Color Harmonies of #B5D68F
Complementary color
Monochromatic Colors of #B5D68F
Black with #B5D68F
Text Example
Text Example
White with #B5D68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D68F; }
p { color: rgb(181,214,143); }
H1.HeaderClassName
{
color: #B5D68F;
}
.AnyTagClassName
{
color: #B5D68F;
}
</style>
background-color css
<style>
a { background-color: #B5D68F; }
a { background-color: rgb(181,214,143); }
div.DivClassName
{
background-color: #B5D68F;
}
.BgClassName
{
background-color: #B5D68F;
}
</style>
border-color css
<style>
span { border-color: #B5D68F; }
span { border-color: rgb(181,214,143); }
td.TdClassName
{
border-color: #B5D68F;
}
.TagClassName
{
border-color: #B5D68F;
}
</style>