Shades of Caper #B0D37D
Tints of Caper #B0D37D
RGB
CMYK
RGB Variations
Color information
#B0D37D (or 0xB0D37D) is known color: Caper. HEX triplet: B0, D3 and 7D. RGB value is (176,211,125). Sum of RGB (Red+Green+Blue) = 176+211+125=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D37D is #4F2C82. Grayscale: #BFBFBF. Windows color (decimal): -5188739 or 8246192. OLE color: 8246192.
HSL color Cylindrical-coordinate representation of color #B0D37D: hue angle of 84.42º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0D37D is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 125 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.17 |
| HSL | 84.42º | 0.49% | 0.66% | - |
| HSV(B) | 84.42º | 0.41% | 0.83% | - |
| XYZ | 44.9 | 57.3 | 28.1 | - |
| YUV | 190.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 125 | 0.17 | 0 | 0.41 | 0.17 | 84.42 | 0.49 | 0.66 |
| Hex | B0 | D3 | 7D | 11 | 0 | 29 | 11 | 54 | 31 | 42 |
| Octal | 260 | 323 | 175 | 21 | 0 | 51 | 21 | 124 | 61 | 102 |
| Binary | 10110000 | 11010011 | 1111101 | 10001 | 0 | 101001 | 10001 | 1010100 | 110001 | 1000010 |
Color Harmonies of #B0D37D
Complementary color
Monochromatic Colors of #B0D37D
Black with #B0D37D
Text Example
Text Example
White with #B0D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D37D; }
p { color: rgb(176,211,125); }
H1.HeaderClassName
{
color: #B0D37D;
}
.AnyTagClassName
{
color: #B0D37D;
}
</style>
background-color css
<style>
a { background-color: #B0D37D; }
a { background-color: rgb(176,211,125); }
div.DivClassName
{
background-color: #B0D37D;
}
.BgClassName
{
background-color: #B0D37D;
}
</style>
border-color css
<style>
span { border-color: #B0D37D; }
span { border-color: rgb(176,211,125); }
td.TdClassName
{
border-color: #B0D37D;
}
.TagClassName
{
border-color: #B0D37D;
}
</style>