Shades of Wild Willow #B7D25E
Tints of Wild Willow #B7D25E
RGB
CMYK
RGB Variations
Color information
#B7D25E (or 0xB7D25E) is known color: Wild Willow. HEX triplet: B7, D2 and 5E. RGB value is (183,210,94). Sum of RGB (Red+Green+Blue) = 183+210+94=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D25E is #482DA1. Grayscale: #BDBDBD. Windows color (decimal): -4730274 or 6214327. OLE color: 6214327.
HSL color Cylindrical-coordinate representation of color #B7D25E: hue angle of 73.97º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7D25E is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 94 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.18 |
| HSL | 73.97º | 0.56% | 0.6% | - |
| HSV(B) | 73.97º | 0.55% | 0.82% | - |
| XYZ | 44.6 | 56.97 | 19.24 | - |
| YUV | 188.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 94 | 0.13 | 0 | 0.55 | 0.18 | 73.97 | 0.56 | 0.6 |
| Hex | B7 | D2 | 5E | D | 0 | 37 | 12 | 4A | 38 | 3C |
| Octal | 267 | 322 | 136 | 15 | 0 | 67 | 22 | 112 | 70 | 74 |
| Binary | 10110111 | 11010010 | 1011110 | 1101 | 0 | 110111 | 10010 | 1001010 | 111000 | 111100 |
Color Harmonies of #B7D25E
Complementary color
Monochromatic Colors of #B7D25E
Black with #B7D25E
Text Example
Text Example
White with #B7D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D25E; }
p { color: rgb(183,210,94); }
H1.HeaderClassName
{
color: #B7D25E;
}
.AnyTagClassName
{
color: #B7D25E;
}
</style>
background-color css
<style>
a { background-color: #B7D25E; }
a { background-color: rgb(183,210,94); }
div.DivClassName
{
background-color: #B7D25E;
}
.BgClassName
{
background-color: #B7D25E;
}
</style>
border-color css
<style>
span { border-color: #B7D25E; }
span { border-color: rgb(183,210,94); }
td.TdClassName
{
border-color: #B7D25E;
}
.TagClassName
{
border-color: #B7D25E;
}
</style>