Shades of Wild Willow #CBDC5E
Tints of Wild Willow #CBDC5E
RGB
CMYK
RGB Variations
Color information
#CBDC5E (or 0xCBDC5E) is known color: Wild Willow. HEX triplet: CB, DC and 5E. RGB value is (203,220,94). Sum of RGB (Red+Green+Blue) = 203+220+94=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC5E is #3423A1. Grayscale: #C9C9C9. Windows color (decimal): -3416994 or 6216907. OLE color: 6216907.
HSL color Cylindrical-coordinate representation of color #CBDC5E: hue angle of 68.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBDC5E is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 94 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.14 |
| HSL | 68.1º | 0.64% | 0.62% | - |
| HSV(B) | 68.1º | 0.57% | 0.86% | - |
| XYZ | 52.24 | 64.69 | 20.32 | - |
| YUV | 200.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 94 | 0.08 | 0 | 0.57 | 0.14 | 68.1 | 0.64 | 0.62 |
| Hex | CB | DC | 5E | 8 | 0 | 39 | E | 44 | 40 | 3E |
| Octal | 313 | 334 | 136 | 10 | 0 | 71 | 16 | 104 | 100 | 76 |
| Binary | 11001011 | 11011100 | 1011110 | 1000 | 0 | 111001 | 1110 | 1000100 | 1000000 | 111110 |
Color Harmonies of #CBDC5E
Complementary color
Monochromatic Colors of #CBDC5E
Black with #CBDC5E
Text Example
Text Example
White with #CBDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC5E; }
p { color: rgb(203,220,94); }
H1.HeaderClassName
{
color: #CBDC5E;
}
.AnyTagClassName
{
color: #CBDC5E;
}
</style>
background-color css
<style>
a { background-color: #CBDC5E; }
a { background-color: rgb(203,220,94); }
div.DivClassName
{
background-color: #CBDC5E;
}
.BgClassName
{
background-color: #CBDC5E;
}
</style>
border-color css
<style>
span { border-color: #CBDC5E; }
span { border-color: rgb(203,220,94); }
td.TdClassName
{
border-color: #CBDC5E;
}
.TagClassName
{
border-color: #CBDC5E;
}
</style>