Shades of Wild Willow #CBDA64
Tints of Wild Willow #CBDA64
RGB
CMYK
RGB Variations
Color information
#CBDA64 (or 0xCBDA64) is known color: Wild Willow. HEX triplet: CB, DA and 64. RGB value is (203,218,100). Sum of RGB (Red+Green+Blue) = 203+218+100=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA64 is #34259B. Grayscale: #C8C8C8. Windows color (decimal): -3417500 or 6609611. OLE color: 6609611.
HSL color Cylindrical-coordinate representation of color #CBDA64: hue angle of 67.63º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBDA64 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 100 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.15 |
| HSL | 67.63º | 0.61% | 0.62% | - |
| HSV(B) | 67.63º | 0.54% | 0.85% | - |
| XYZ | 52 | 63.76 | 21.62 | - |
| YUV | 200.06 | 71.53 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 100 | 0.07 | 0 | 0.54 | 0.15 | 67.63 | 0.61 | 0.62 |
| Hex | CB | DA | 64 | 7 | 0 | 36 | F | 44 | 3D | 3E |
| Octal | 313 | 332 | 144 | 7 | 0 | 66 | 17 | 104 | 75 | 76 |
| Binary | 11001011 | 11011010 | 1100100 | 111 | 0 | 110110 | 1111 | 1000100 | 111101 | 111110 |
Color Harmonies of #CBDA64
Complementary color
Monochromatic Colors of #CBDA64
Black with #CBDA64
Text Example
Text Example
White with #CBDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA64; }
p { color: rgb(203,218,100); }
H1.HeaderClassName
{
color: #CBDA64;
}
.AnyTagClassName
{
color: #CBDA64;
}
</style>
background-color css
<style>
a { background-color: #CBDA64; }
a { background-color: rgb(203,218,100); }
div.DivClassName
{
background-color: #CBDA64;
}
.BgClassName
{
background-color: #CBDA64;
}
</style>
border-color css
<style>
span { border-color: #CBDA64; }
span { border-color: rgb(203,218,100); }
td.TdClassName
{
border-color: #CBDA64;
}
.TagClassName
{
border-color: #CBDA64;
}
</style>