Shades of Wild Willow #B7D270
Tints of Wild Willow #B7D270
RGB
CMYK
RGB Variations
Color information
#B7D270 (or 0xB7D270) is known color: Wild Willow. HEX triplet: B7, D2 and 70. RGB value is (183,210,112). Sum of RGB (Red+Green+Blue) = 183+210+112=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D270 is #482D8F. Grayscale: #BFBFBF. Windows color (decimal): -4730256 or 7393975. OLE color: 7393975.
HSL color Cylindrical-coordinate representation of color #B7D270: hue angle of 76.53º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7D270 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 112 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.18 |
| HSL | 76.53º | 0.52% | 0.63% | - |
| HSV(B) | 76.53º | 0.47% | 0.82% | - |
| XYZ | 45.5 | 57.33 | 24 | - |
| YUV | 190.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 112 | 0.13 | 0 | 0.47 | 0.18 | 76.53 | 0.52 | 0.63 |
| Hex | B7 | D2 | 70 | D | 0 | 2F | 12 | 4D | 34 | 3F |
| Octal | 267 | 322 | 160 | 15 | 0 | 57 | 22 | 115 | 64 | 77 |
| Binary | 10110111 | 11010010 | 1110000 | 1101 | 0 | 101111 | 10010 | 1001101 | 110100 | 111111 |
Color Harmonies of #B7D270
Complementary color
Monochromatic Colors of #B7D270
Black with #B7D270
Text Example
Text Example
White with #B7D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D270; }
p { color: rgb(183,210,112); }
H1.HeaderClassName
{
color: #B7D270;
}
.AnyTagClassName
{
color: #B7D270;
}
</style>
background-color css
<style>
a { background-color: #B7D270; }
a { background-color: rgb(183,210,112); }
div.DivClassName
{
background-color: #B7D270;
}
.BgClassName
{
background-color: #B7D270;
}
</style>
border-color css
<style>
span { border-color: #B7D270; }
span { border-color: rgb(183,210,112); }
td.TdClassName
{
border-color: #B7D270;
}
.TagClassName
{
border-color: #B7D270;
}
</style>