Shades of Caper #B1D474
Tints of Caper #B1D474
RGB
CMYK
RGB Variations
Color information
#B1D474 (or 0xB1D474) is known color: Caper. HEX triplet: B1, D4 and 74. RGB value is (177,212,116). Sum of RGB (Red+Green+Blue) = 177+212+116=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D474 is #4E2B8B. Grayscale: #BEBEBE. Windows color (decimal): -5122956 or 7656625. OLE color: 7656625.
HSL color Cylindrical-coordinate representation of color #B1D474: hue angle of 81.87º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1D474 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 212 | 116 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.17 |
| HSL | 81.87º | 0.53% | 0.64% | - |
| HSV(B) | 81.87º | 0.45% | 0.83% | - |
| XYZ | 44.83 | 57.7 | 25.3 | - |
| YUV | 190.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 116 | 0.17 | 0 | 0.45 | 0.17 | 81.87 | 0.53 | 0.64 |
| Hex | B1 | D4 | 74 | 11 | 0 | 2D | 11 | 52 | 35 | 40 |
| Octal | 261 | 324 | 164 | 21 | 0 | 55 | 21 | 122 | 65 | 100 |
| Binary | 10110001 | 11010100 | 1110100 | 10001 | 0 | 101101 | 10001 | 1010010 | 110101 | 1000000 |
Color Harmonies of #B1D474
Complementary color
Monochromatic Colors of #B1D474
Black with #B1D474
Text Example
Text Example
White with #B1D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D474; }
p { color: rgb(177,212,116); }
H1.HeaderClassName
{
color: #B1D474;
}
.AnyTagClassName
{
color: #B1D474;
}
</style>
background-color css
<style>
a { background-color: #B1D474; }
a { background-color: rgb(177,212,116); }
div.DivClassName
{
background-color: #B1D474;
}
.BgClassName
{
background-color: #B1D474;
}
</style>
border-color css
<style>
span { border-color: #B1D474; }
span { border-color: rgb(177,212,116); }
td.TdClassName
{
border-color: #B1D474;
}
.TagClassName
{
border-color: #B1D474;
}
</style>