Shades of Wild Willow #CBDC5D
Tints of Wild Willow #CBDC5D
RGB
CMYK
RGB Variations
Color information
#CBDC5D (or 0xCBDC5D) is known color: Wild Willow. HEX triplet: CB, DC and 5D. RGB value is (203,220,93). Sum of RGB (Red+Green+Blue) = 203+220+93=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC5D is #3423A2. Grayscale: #C8C8C8. Windows color (decimal): -3416995 or 6151371. OLE color: 6151371.
HSL color Cylindrical-coordinate representation of color #CBDC5D: hue angle of 68.03º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBDC5D is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 93 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.14 |
| HSL | 68.03º | 0.64% | 0.61% | - |
| HSV(B) | 68.03º | 0.58% | 0.86% | - |
| XYZ | 52.2 | 64.67 | 20.09 | - |
| YUV | 200.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 93 | 0.08 | 0 | 0.58 | 0.14 | 68.03 | 0.64 | 0.61 |
| Hex | CB | DC | 5D | 8 | 0 | 3A | E | 44 | 40 | 3D |
| Octal | 313 | 334 | 135 | 10 | 0 | 72 | 16 | 104 | 100 | 75 |
| Binary | 11001011 | 11011100 | 1011101 | 1000 | 0 | 111010 | 1110 | 1000100 | 1000000 | 111101 |
Color Harmonies of #CBDC5D
Complementary color
Monochromatic Colors of #CBDC5D
Black with #CBDC5D
Text Example
Text Example
White with #CBDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC5D; }
p { color: rgb(203,220,93); }
H1.HeaderClassName
{
color: #CBDC5D;
}
.AnyTagClassName
{
color: #CBDC5D;
}
</style>
background-color css
<style>
a { background-color: #CBDC5D; }
a { background-color: rgb(203,220,93); }
div.DivClassName
{
background-color: #CBDC5D;
}
.BgClassName
{
background-color: #CBDC5D;
}
</style>
border-color css
<style>
span { border-color: #CBDC5D; }
span { border-color: rgb(203,220,93); }
td.TdClassName
{
border-color: #CBDC5D;
}
.TagClassName
{
border-color: #CBDC5D;
}
</style>