Shades of Caper #B1D47E
Tints of Caper #B1D47E
RGB
CMYK
RGB Variations
Color information
#B1D47E (or 0xB1D47E) is known color: Caper. HEX triplet: B1, D4 and 7E. RGB value is (177,212,126). Sum of RGB (Red+Green+Blue) = 177+212+126=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D47E is #4E2B81. Grayscale: #C0C0C0. Windows color (decimal): -5122946 or 8311985. OLE color: 8311985.
HSL color Cylindrical-coordinate representation of color #B1D47E: hue angle of 84.42º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1D47E is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 212 | 126 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.17 |
| HSL | 84.42º | 0.5% | 0.66% | - |
| HSV(B) | 84.42º | 0.41% | 0.83% | - |
| XYZ | 45.44 | 57.94 | 28.53 | - |
| YUV | 191.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 126 | 0.17 | 0 | 0.41 | 0.17 | 84.42 | 0.5 | 0.66 |
| Hex | B1 | D4 | 7E | 11 | 0 | 29 | 11 | 54 | 32 | 42 |
| Octal | 261 | 324 | 176 | 21 | 0 | 51 | 21 | 124 | 62 | 102 |
| Binary | 10110001 | 11010100 | 1111110 | 10001 | 0 | 101001 | 10001 | 1010100 | 110010 | 1000010 |
Color Harmonies of #B1D47E
Complementary color
Monochromatic Colors of #B1D47E
Black with #B1D47E
Text Example
Text Example
White with #B1D47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D47E; }
p { color: rgb(177,212,126); }
H1.HeaderClassName
{
color: #B1D47E;
}
.AnyTagClassName
{
color: #B1D47E;
}
</style>
background-color css
<style>
a { background-color: #B1D47E; }
a { background-color: rgb(177,212,126); }
div.DivClassName
{
background-color: #B1D47E;
}
.BgClassName
{
background-color: #B1D47E;
}
</style>
border-color css
<style>
span { border-color: #B1D47E; }
span { border-color: rgb(177,212,126); }
td.TdClassName
{
border-color: #B1D47E;
}
.TagClassName
{
border-color: #B1D47E;
}
</style>