Shades of Wild Willow #CBDC60
Tints of Wild Willow #CBDC60
RGB
CMYK
RGB Variations
Color information
#CBDC60 (or 0xCBDC60) is known color: Wild Willow. HEX triplet: CB, DC and 60. RGB value is (203,220,96). Sum of RGB (Red+Green+Blue) = 203+220+96=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC60 is #34239F. Grayscale: #C9C9C9. Windows color (decimal): -3416992 or 6347979. OLE color: 6347979.
HSL color Cylindrical-coordinate representation of color #CBDC60: hue angle of 68.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBDC60 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 96 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.14 |
| HSL | 68.23º | 0.64% | 0.62% | - |
| HSV(B) | 68.23º | 0.56% | 0.86% | - |
| XYZ | 52.33 | 64.73 | 20.8 | - |
| YUV | 200.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 96 | 0.08 | 0 | 0.56 | 0.14 | 68.23 | 0.64 | 0.62 |
| Hex | CB | DC | 60 | 8 | 0 | 38 | E | 44 | 40 | 3E |
| Octal | 313 | 334 | 140 | 10 | 0 | 70 | 16 | 104 | 100 | 76 |
| Binary | 11001011 | 11011100 | 1100000 | 1000 | 0 | 111000 | 1110 | 1000100 | 1000000 | 111110 |
Color Harmonies of #CBDC60
Complementary color
Monochromatic Colors of #CBDC60
Black with #CBDC60
Text Example
Text Example
White with #CBDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC60; }
p { color: rgb(203,220,96); }
H1.HeaderClassName
{
color: #CBDC60;
}
.AnyTagClassName
{
color: #CBDC60;
}
</style>
background-color css
<style>
a { background-color: #CBDC60; }
a { background-color: rgb(203,220,96); }
div.DivClassName
{
background-color: #CBDC60;
}
.BgClassName
{
background-color: #CBDC60;
}
</style>
border-color css
<style>
span { border-color: #CBDC60; }
span { border-color: rgb(203,220,96); }
td.TdClassName
{
border-color: #CBDC60;
}
.TagClassName
{
border-color: #CBDC60;
}
</style>