Shades of Caper #B2D475
Tints of Caper #B2D475
RGB
CMYK
RGB Variations
Color information
#B2D475 (or 0xB2D475) is known color: Caper. HEX triplet: B2, D4 and 75. RGB value is (178,212,117). Sum of RGB (Red+Green+Blue) = 178+212+117=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D475 is #4D2B8A. Grayscale: #BFBFBF. Windows color (decimal): -5057419 or 7722162. OLE color: 7722162.
HSL color Cylindrical-coordinate representation of color #B2D475: hue angle of 81.47º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D475 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 117 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.17 |
| HSL | 81.47º | 0.52% | 0.65% | - |
| HSV(B) | 81.47º | 0.45% | 0.83% | - |
| XYZ | 45.11 | 57.84 | 25.62 | - |
| YUV | 191 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 117 | 0.16 | 0 | 0.45 | 0.17 | 81.47 | 0.52 | 0.65 |
| Hex | B2 | D4 | 75 | 10 | 0 | 2D | 11 | 51 | 34 | 41 |
| Octal | 262 | 324 | 165 | 20 | 0 | 55 | 21 | 121 | 64 | 101 |
| Binary | 10110010 | 11010100 | 1110101 | 10000 | 0 | 101101 | 10001 | 1010001 | 110100 | 1000001 |
Color Harmonies of #B2D475
Complementary color
Monochromatic Colors of #B2D475
Black with #B2D475
Text Example
Text Example
White with #B2D475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D475; }
p { color: rgb(178,212,117); }
H1.HeaderClassName
{
color: #B2D475;
}
.AnyTagClassName
{
color: #B2D475;
}
</style>
background-color css
<style>
a { background-color: #B2D475; }
a { background-color: rgb(178,212,117); }
div.DivClassName
{
background-color: #B2D475;
}
.BgClassName
{
background-color: #B2D475;
}
</style>
border-color css
<style>
span { border-color: #B2D475; }
span { border-color: rgb(178,212,117); }
td.TdClassName
{
border-color: #B2D475;
}
.TagClassName
{
border-color: #B2D475;
}
</style>