Shades of Wild Willow #CBDB56
Tints of Wild Willow #CBDB56
RGB
CMYK
RGB Variations
Color information
#CBDB56 (or 0xCBDB56) is known color: Wild Willow. HEX triplet: CB, DB and 56. RGB value is (203,219,86). Sum of RGB (Red+Green+Blue) = 203+219+86=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB56 is #3424A9. Grayscale: #C7C7C7. Windows color (decimal): -3417258 or 5692363. OLE color: 5692363.
HSL color Cylindrical-coordinate representation of color #CBDB56: hue angle of 67.22º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBDB56 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 86 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.14 |
| HSL | 67.22º | 0.65% | 0.6% | - |
| HSV(B) | 67.22º | 0.61% | 0.86% | - |
| XYZ | 51.64 | 64.03 | 18.44 | - |
| YUV | 199.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 86 | 0.07 | 0 | 0.61 | 0.14 | 67.22 | 0.65 | 0.6 |
| Hex | CB | DB | 56 | 7 | 0 | 3D | E | 43 | 41 | 3C |
| Octal | 313 | 333 | 126 | 7 | 0 | 75 | 16 | 103 | 101 | 74 |
| Binary | 11001011 | 11011011 | 1010110 | 111 | 0 | 111101 | 1110 | 1000011 | 1000001 | 111100 |
Color Harmonies of #CBDB56
Complementary color
Monochromatic Colors of #CBDB56
Black with #CBDB56
Text Example
Text Example
White with #CBDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB56; }
p { color: rgb(203,219,86); }
H1.HeaderClassName
{
color: #CBDB56;
}
.AnyTagClassName
{
color: #CBDB56;
}
</style>
background-color css
<style>
a { background-color: #CBDB56; }
a { background-color: rgb(203,219,86); }
div.DivClassName
{
background-color: #CBDB56;
}
.BgClassName
{
background-color: #CBDB56;
}
</style>
border-color css
<style>
span { border-color: #CBDB56; }
span { border-color: rgb(203,219,86); }
td.TdClassName
{
border-color: #CBDB56;
}
.TagClassName
{
border-color: #CBDB56;
}
</style>