Shades of Caper #B2D57E
Tints of Caper #B2D57E
RGB
CMYK
RGB Variations
Color information
#B2D57E (or 0xB2D57E) is known color: Caper. HEX triplet: B2, D5 and 7E. RGB value is (178,213,126). Sum of RGB (Red+Green+Blue) = 178+213+126=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D57E is #4D2A81. Grayscale: #C0C0C0. Windows color (decimal): -5057154 or 8312242. OLE color: 8312242.
HSL color Cylindrical-coordinate representation of color #B2D57E: hue angle of 84.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2D57E is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 126 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.16 |
| HSL | 84.14º | 0.51% | 0.66% | - |
| HSV(B) | 84.14º | 0.41% | 0.84% | - |
| XYZ | 45.92 | 58.56 | 28.62 | - |
| YUV | 192.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 126 | 0.16 | 0 | 0.41 | 0.16 | 84.14 | 0.51 | 0.66 |
| Hex | B2 | D5 | 7E | 10 | 0 | 29 | 10 | 54 | 33 | 42 |
| Octal | 262 | 325 | 176 | 20 | 0 | 51 | 20 | 124 | 63 | 102 |
| Binary | 10110010 | 11010101 | 1111110 | 10000 | 0 | 101001 | 10000 | 1010100 | 110011 | 1000010 |
Color Harmonies of #B2D57E
Complementary color
Monochromatic Colors of #B2D57E
Black with #B2D57E
Text Example
Text Example
White with #B2D57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D57E; }
p { color: rgb(178,213,126); }
H1.HeaderClassName
{
color: #B2D57E;
}
.AnyTagClassName
{
color: #B2D57E;
}
</style>
background-color css
<style>
a { background-color: #B2D57E; }
a { background-color: rgb(178,213,126); }
div.DivClassName
{
background-color: #B2D57E;
}
.BgClassName
{
background-color: #B2D57E;
}
</style>
border-color css
<style>
span { border-color: #B2D57E; }
span { border-color: rgb(178,213,126); }
td.TdClassName
{
border-color: #B2D57E;
}
.TagClassName
{
border-color: #B2D57E;
}
</style>