Shades of Wild Willow #CBDD5A
Tints of Wild Willow #CBDD5A
RGB
CMYK
RGB Variations
Color information
#CBDD5A (or 0xCBDD5A) is known color: Wild Willow. HEX triplet: CB, DD and 5A. RGB value is (203,221,90). Sum of RGB (Red+Green+Blue) = 203+221+90=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD5A is #3422A5. Grayscale: #C9C9C9. Windows color (decimal): -3416742 or 5955019. OLE color: 5955019.
HSL color Cylindrical-coordinate representation of color #CBDD5A: hue angle of 68.24º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBDD5A is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 90 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.13 |
| HSL | 68.24º | 0.66% | 0.61% | - |
| HSV(B) | 68.24º | 0.59% | 0.87% | - |
| XYZ | 52.33 | 65.15 | 19.49 | - |
| YUV | 200.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 90 | 0.08 | 0 | 0.59 | 0.13 | 68.24 | 0.66 | 0.61 |
| Hex | CB | DD | 5A | 8 | 0 | 3B | D | 44 | 42 | 3D |
| Octal | 313 | 335 | 132 | 10 | 0 | 73 | 15 | 104 | 102 | 75 |
| Binary | 11001011 | 11011101 | 1011010 | 1000 | 0 | 111011 | 1101 | 1000100 | 1000010 | 111101 |
Color Harmonies of #CBDD5A
Complementary color
Monochromatic Colors of #CBDD5A
Black with #CBDD5A
Text Example
Text Example
White with #CBDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD5A; }
p { color: rgb(203,221,90); }
H1.HeaderClassName
{
color: #CBDD5A;
}
.AnyTagClassName
{
color: #CBDD5A;
}
</style>
background-color css
<style>
a { background-color: #CBDD5A; }
a { background-color: rgb(203,221,90); }
div.DivClassName
{
background-color: #CBDD5A;
}
.BgClassName
{
background-color: #CBDD5A;
}
</style>
border-color css
<style>
span { border-color: #CBDD5A; }
span { border-color: rgb(203,221,90); }
td.TdClassName
{
border-color: #CBDD5A;
}
.TagClassName
{
border-color: #CBDD5A;
}
</style>