Shades of Caper #B3D47F
Tints of Caper #B3D47F
RGB
CMYK
RGB Variations
Color information
#B3D47F (or 0xB3D47F) is known color: Caper. HEX triplet: B3, D4 and 7F. RGB value is (179,212,127). Sum of RGB (Red+Green+Blue) = 179+212+127=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D47F is #4C2B80. Grayscale: #C0C0C0. Windows color (decimal): -4991873 or 8377523. OLE color: 8377523.
HSL color Cylindrical-coordinate representation of color #B3D47F: hue angle of 83.29º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3D47F is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 127 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.17 |
| HSL | 83.29º | 0.5% | 0.66% | - |
| HSV(B) | 83.29º | 0.4% | 0.83% | - |
| XYZ | 45.96 | 58.2 | 28.89 | - |
| YUV | 192.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 127 | 0.16 | 0 | 0.40 | 0.17 | 83.29 | 0.5 | 0.66 |
| Hex | B3 | D4 | 7F | 10 | 0 | 28 | 11 | 53 | 32 | 42 |
| Octal | 263 | 324 | 177 | 20 | 0 | 50 | 21 | 123 | 62 | 102 |
| Binary | 10110011 | 11010100 | 1111111 | 10000 | 0 | 101000 | 10001 | 1010011 | 110010 | 1000010 |
Color Harmonies of #B3D47F
Complementary color
Monochromatic Colors of #B3D47F
Black with #B3D47F
Text Example
Text Example
White with #B3D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D47F; }
p { color: rgb(179,212,127); }
H1.HeaderClassName
{
color: #B3D47F;
}
.AnyTagClassName
{
color: #B3D47F;
}
</style>
background-color css
<style>
a { background-color: #B3D47F; }
a { background-color: rgb(179,212,127); }
div.DivClassName
{
background-color: #B3D47F;
}
.BgClassName
{
background-color: #B3D47F;
}
</style>
border-color css
<style>
span { border-color: #B3D47F; }
span { border-color: rgb(179,212,127); }
td.TdClassName
{
border-color: #B3D47F;
}
.TagClassName
{
border-color: #B3D47F;
}
</style>