Shades of Wild Willow #CBDC5F
Tints of Wild Willow #CBDC5F
RGB
CMYK
RGB Variations
Color information
#CBDC5F (or 0xCBDC5F) is known color: Wild Willow. HEX triplet: CB, DC and 5F. RGB value is (203,220,95). Sum of RGB (Red+Green+Blue) = 203+220+95=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC5F is #3423A0. Grayscale: #C9C9C9. Windows color (decimal): -3416993 or 6282443. OLE color: 6282443.
HSL color Cylindrical-coordinate representation of color #CBDC5F: hue angle of 68.16º 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 #CBDC5F is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 95 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.14 |
| HSL | 68.16º | 0.64% | 0.62% | - |
| HSV(B) | 68.16º | 0.57% | 0.86% | - |
| XYZ | 52.29 | 64.71 | 20.56 | - |
| YUV | 200.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 95 | 0.08 | 0 | 0.57 | 0.14 | 68.16 | 0.64 | 0.62 |
| Hex | CB | DC | 5F | 8 | 0 | 39 | E | 44 | 40 | 3E |
| Octal | 313 | 334 | 137 | 10 | 0 | 71 | 16 | 104 | 100 | 76 |
| Binary | 11001011 | 11011100 | 1011111 | 1000 | 0 | 111001 | 1110 | 1000100 | 1000000 | 111110 |
Color Harmonies of #CBDC5F
Complementary color
Monochromatic Colors of #CBDC5F
Black with #CBDC5F
Text Example
Text Example
White with #CBDC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC5F; }
p { color: rgb(203,220,95); }
H1.HeaderClassName
{
color: #CBDC5F;
}
.AnyTagClassName
{
color: #CBDC5F;
}
</style>
background-color css
<style>
a { background-color: #CBDC5F; }
a { background-color: rgb(203,220,95); }
div.DivClassName
{
background-color: #CBDC5F;
}
.BgClassName
{
background-color: #CBDC5F;
}
</style>
border-color css
<style>
span { border-color: #CBDC5F; }
span { border-color: rgb(203,220,95); }
td.TdClassName
{
border-color: #CBDC5F;
}
.TagClassName
{
border-color: #CBDC5F;
}
</style>