Shades of Caper #B4D574
Tints of Caper #B4D574
RGB
CMYK
RGB Variations
Color information
#B4D574 (or 0xB4D574) is known color: Caper. HEX triplet: B4, D5 and 74. RGB value is (180,213,116). Sum of RGB (Red+Green+Blue) = 180+213+116=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D574 is #4B2A8B. Grayscale: #C0C0C0. Windows color (decimal): -4926092 or 7656884. OLE color: 7656884.
HSL color Cylindrical-coordinate representation of color #B4D574: hue angle of 80.41º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4D574 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 116 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.16 |
| HSL | 80.41º | 0.54% | 0.65% | - |
| HSV(B) | 80.41º | 0.46% | 0.84% | - |
| XYZ | 45.77 | 58.55 | 25.41 | - |
| YUV | 192.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 116 | 0.15 | 0 | 0.46 | 0.16 | 80.41 | 0.54 | 0.65 |
| Hex | B4 | D5 | 74 | F | 0 | 2E | 10 | 50 | 36 | 41 |
| Octal | 264 | 325 | 164 | 17 | 0 | 56 | 20 | 120 | 66 | 101 |
| Binary | 10110100 | 11010101 | 1110100 | 1111 | 0 | 101110 | 10000 | 1010000 | 110110 | 1000001 |
Color Harmonies of #B4D574
Complementary color
Monochromatic Colors of #B4D574
Black with #B4D574
Text Example
Text Example
White with #B4D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D574; }
p { color: rgb(180,213,116); }
H1.HeaderClassName
{
color: #B4D574;
}
.AnyTagClassName
{
color: #B4D574;
}
</style>
background-color css
<style>
a { background-color: #B4D574; }
a { background-color: rgb(180,213,116); }
div.DivClassName
{
background-color: #B4D574;
}
.BgClassName
{
background-color: #B4D574;
}
</style>
border-color css
<style>
span { border-color: #B4D574; }
span { border-color: rgb(180,213,116); }
td.TdClassName
{
border-color: #B4D574;
}
.TagClassName
{
border-color: #B4D574;
}
</style>