Shades of Sprout #B7DF95
Tints of Sprout #B7DF95
RGB
CMYK
RGB Variations
Color information
#B7DF95 (or 0xB7DF95) is known color: Sprout. HEX triplet: B7, DF and 95. RGB value is (183,223,149). Sum of RGB (Red+Green+Blue) = 183+223+149=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DF95 is #48206A. Grayscale: #CACACA. Windows color (decimal): -4726891 or 9822135. OLE color: 9822135.
HSL color Cylindrical-coordinate representation of color #B7DF95: hue angle of 92.43º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7DF95 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 149 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.13 |
| HSL | 92.43º | 0.54% | 0.73% | - |
| HSV(B) | 92.43º | 0.33% | 0.87% | - |
| XYZ | 51.34 | 65.01 | 38.28 | - |
| YUV | 202.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 149 | 0.18 | 0 | 0.33 | 0.13 | 92.43 | 0.54 | 0.73 |
| Hex | B7 | DF | 95 | 12 | 0 | 21 | D | 5C | 36 | 49 |
| Octal | 267 | 337 | 225 | 22 | 0 | 41 | 15 | 134 | 66 | 111 |
| Binary | 10110111 | 11011111 | 10010101 | 10010 | 0 | 100001 | 1101 | 1011100 | 110110 | 1001001 |
Color Harmonies of #B7DF95
Complementary color
Monochromatic Colors of #B7DF95
Black with #B7DF95
Text Example
Text Example
White with #B7DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF95; }
p { color: rgb(183,223,149); }
H1.HeaderClassName
{
color: #B7DF95;
}
.AnyTagClassName
{
color: #B7DF95;
}
</style>
background-color css
<style>
a { background-color: #B7DF95; }
a { background-color: rgb(183,223,149); }
div.DivClassName
{
background-color: #B7DF95;
}
.BgClassName
{
background-color: #B7DF95;
}
</style>
border-color css
<style>
span { border-color: #B7DF95; }
span { border-color: rgb(183,223,149); }
td.TdClassName
{
border-color: #B7DF95;
}
.TagClassName
{
border-color: #B7DF95;
}
</style>