Shades of Caper #B5D77E
Tints of Caper #B5D77E
RGB
CMYK
RGB Variations
Color information
#B5D77E (or 0xB5D77E) is known color: Caper. HEX triplet: B5, D7 and 7E. RGB value is (181,215,126). Sum of RGB (Red+Green+Blue) = 181+215+126=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D77E is #4A2881. Grayscale: #C3C3C3. Windows color (decimal): -4860034 or 8312757. OLE color: 8312757.
HSL color Cylindrical-coordinate representation of color #B5D77E: hue angle of 82.92º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5D77E is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 126 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.16 |
| HSL | 82.92º | 0.53% | 0.67% | - |
| HSV(B) | 82.92º | 0.41% | 0.84% | - |
| XYZ | 47.12 | 59.93 | 28.82 | - |
| YUV | 194.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 126 | 0.16 | 0 | 0.41 | 0.16 | 82.92 | 0.53 | 0.67 |
| Hex | B5 | D7 | 7E | 10 | 0 | 29 | 10 | 53 | 35 | 43 |
| Octal | 265 | 327 | 176 | 20 | 0 | 51 | 20 | 123 | 65 | 103 |
| Binary | 10110101 | 11010111 | 1111110 | 10000 | 0 | 101001 | 10000 | 1010011 | 110101 | 1000011 |
Color Harmonies of #B5D77E
Complementary color
Monochromatic Colors of #B5D77E
Black with #B5D77E
Text Example
Text Example
White with #B5D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D77E; }
p { color: rgb(181,215,126); }
H1.HeaderClassName
{
color: #B5D77E;
}
.AnyTagClassName
{
color: #B5D77E;
}
</style>
background-color css
<style>
a { background-color: #B5D77E; }
a { background-color: rgb(181,215,126); }
div.DivClassName
{
background-color: #B5D77E;
}
.BgClassName
{
background-color: #B5D77E;
}
</style>
border-color css
<style>
span { border-color: #B5D77E; }
span { border-color: rgb(181,215,126); }
td.TdClassName
{
border-color: #B5D77E;
}
.TagClassName
{
border-color: #B5D77E;
}
</style>