Shades of Wild Willow #BEDD6B
Tints of Wild Willow #BEDD6B
RGB
CMYK
RGB Variations
Color information
#BEDD6B (or 0xBEDD6B) is known color: Wild Willow. HEX triplet: BE, DD and 6B. RGB value is (190,221,107). Sum of RGB (Red+Green+Blue) = 190+221+107=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD6B is #412294. Grayscale: #C7C7C7. Windows color (decimal): -4268693 or 7069118. OLE color: 7069118.
HSL color Cylindrical-coordinate representation of color #BEDD6B: hue angle of 76.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEDD6B is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 107 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.13 |
| HSL | 76.32º | 0.63% | 0.64% | - |
| HSV(B) | 76.32º | 0.52% | 0.87% | - |
| XYZ | 49.75 | 63.72 | 23.59 | - |
| YUV | 198.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 107 | 0.14 | 0 | 0.52 | 0.13 | 76.32 | 0.63 | 0.64 |
| Hex | BE | DD | 6B | E | 0 | 34 | D | 4C | 3F | 40 |
| Octal | 276 | 335 | 153 | 16 | 0 | 64 | 15 | 114 | 77 | 100 |
| Binary | 10111110 | 11011101 | 1101011 | 1110 | 0 | 110100 | 1101 | 1001100 | 111111 | 1000000 |
Color Harmonies of #BEDD6B
Complementary color
Monochromatic Colors of #BEDD6B
Black with #BEDD6B
Text Example
Text Example
White with #BEDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD6B; }
p { color: rgb(190,221,107); }
H1.HeaderClassName
{
color: #BEDD6B;
}
.AnyTagClassName
{
color: #BEDD6B;
}
</style>
background-color css
<style>
a { background-color: #BEDD6B; }
a { background-color: rgb(190,221,107); }
div.DivClassName
{
background-color: #BEDD6B;
}
.BgClassName
{
background-color: #BEDD6B;
}
</style>
border-color css
<style>
span { border-color: #BEDD6B; }
span { border-color: rgb(190,221,107); }
td.TdClassName
{
border-color: #BEDD6B;
}
.TagClassName
{
border-color: #BEDD6B;
}
</style>