Shades of Wild Willow #CBDB60
Tints of Wild Willow #CBDB60
RGB
CMYK
RGB Variations
Color information
#CBDB60 (or 0xCBDB60) is known color: Wild Willow. HEX triplet: CB, DB and 60. RGB value is (203,219,96). Sum of RGB (Red+Green+Blue) = 203+219+96=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB60 is #34249F. Grayscale: #C8C8C8. Windows color (decimal): -3417248 or 6347723. OLE color: 6347723.
HSL color Cylindrical-coordinate representation of color #CBDB60: hue angle of 67.8º degrees, saturation: 0.63, 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 #CBDB60 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 96 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.14 |
| HSL | 67.8º | 0.63% | 0.62% | - |
| HSV(B) | 67.8º | 0.56% | 0.86% | - |
| XYZ | 52.07 | 64.2 | 20.71 | - |
| YUV | 200.19 | 69.2 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 96 | 0.07 | 0 | 0.56 | 0.14 | 67.8 | 0.63 | 0.62 |
| Hex | CB | DB | 60 | 7 | 0 | 38 | E | 44 | 3F | 3E |
| Octal | 313 | 333 | 140 | 7 | 0 | 70 | 16 | 104 | 77 | 76 |
| Binary | 11001011 | 11011011 | 1100000 | 111 | 0 | 111000 | 1110 | 1000100 | 111111 | 111110 |
Color Harmonies of #CBDB60
Complementary color
Monochromatic Colors of #CBDB60
Black with #CBDB60
Text Example
Text Example
White with #CBDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB60; }
p { color: rgb(203,219,96); }
H1.HeaderClassName
{
color: #CBDB60;
}
.AnyTagClassName
{
color: #CBDB60;
}
</style>
background-color css
<style>
a { background-color: #CBDB60; }
a { background-color: rgb(203,219,96); }
div.DivClassName
{
background-color: #CBDB60;
}
.BgClassName
{
background-color: #CBDB60;
}
</style>
border-color css
<style>
span { border-color: #CBDB60; }
span { border-color: rgb(203,219,96); }
td.TdClassName
{
border-color: #CBDB60;
}
.TagClassName
{
border-color: #CBDB60;
}
</style>