Shades of Caper #B2D471
Tints of Caper #B2D471
RGB
CMYK
RGB Variations
Color information
#B2D471 (or 0xB2D471) is known color: Caper. HEX triplet: B2, D4 and 71. RGB value is (178,212,113). Sum of RGB (Red+Green+Blue) = 178+212+113=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D471 is #4D2B8E. Grayscale: #BEBEBE. Windows color (decimal): -5057423 or 7460018. OLE color: 7460018.
HSL color Cylindrical-coordinate representation of color #B2D471: hue angle of 80.61º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2D471 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 113 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.17 |
| HSL | 80.61º | 0.54% | 0.64% | - |
| HSV(B) | 80.61º | 0.47% | 0.83% | - |
| XYZ | 44.88 | 57.74 | 24.4 | - |
| YUV | 190.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 113 | 0.16 | 0 | 0.47 | 0.17 | 80.61 | 0.54 | 0.64 |
| Hex | B2 | D4 | 71 | 10 | 0 | 2F | 11 | 51 | 36 | 40 |
| Octal | 262 | 324 | 161 | 20 | 0 | 57 | 21 | 121 | 66 | 100 |
| Binary | 10110010 | 11010100 | 1110001 | 10000 | 0 | 101111 | 10001 | 1010001 | 110110 | 1000000 |
Color Harmonies of #B2D471
Complementary color
Monochromatic Colors of #B2D471
Black with #B2D471
Text Example
Text Example
White with #B2D471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D471; }
p { color: rgb(178,212,113); }
H1.HeaderClassName
{
color: #B2D471;
}
.AnyTagClassName
{
color: #B2D471;
}
</style>
background-color css
<style>
a { background-color: #B2D471; }
a { background-color: rgb(178,212,113); }
div.DivClassName
{
background-color: #B2D471;
}
.BgClassName
{
background-color: #B2D471;
}
</style>
border-color css
<style>
span { border-color: #B2D471; }
span { border-color: rgb(178,212,113); }
td.TdClassName
{
border-color: #B2D471;
}
.TagClassName
{
border-color: #B2D471;
}
</style>