Shades of Wild Willow #CBDB5D
Tints of Wild Willow #CBDB5D
RGB
CMYK
RGB Variations
Color information
#CBDB5D (or 0xCBDB5D) is known color: Wild Willow. HEX triplet: CB, DB and 5D. RGB value is (203,219,93). Sum of RGB (Red+Green+Blue) = 203+219+93=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB5D is #3424A2. Grayscale: #C8C8C8. Windows color (decimal): -3417251 or 6151115. OLE color: 6151115.
HSL color Cylindrical-coordinate representation of color #CBDB5D: hue angle of 67.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBDB5D is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 93 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.14 |
| HSL | 67.62º | 0.64% | 0.61% | - |
| HSV(B) | 67.62º | 0.58% | 0.86% | - |
| XYZ | 51.94 | 64.15 | 20 | - |
| YUV | 199.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 93 | 0.07 | 0 | 0.58 | 0.14 | 67.62 | 0.64 | 0.61 |
| Hex | CB | DB | 5D | 7 | 0 | 3A | E | 44 | 40 | 3D |
| Octal | 313 | 333 | 135 | 7 | 0 | 72 | 16 | 104 | 100 | 75 |
| Binary | 11001011 | 11011011 | 1011101 | 111 | 0 | 111010 | 1110 | 1000100 | 1000000 | 111101 |
Color Harmonies of #CBDB5D
Complementary color
Monochromatic Colors of #CBDB5D
Black with #CBDB5D
Text Example
Text Example
White with #CBDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB5D; }
p { color: rgb(203,219,93); }
H1.HeaderClassName
{
color: #CBDB5D;
}
.AnyTagClassName
{
color: #CBDB5D;
}
</style>
background-color css
<style>
a { background-color: #CBDB5D; }
a { background-color: rgb(203,219,93); }
div.DivClassName
{
background-color: #CBDB5D;
}
.BgClassName
{
background-color: #CBDB5D;
}
</style>
border-color css
<style>
span { border-color: #CBDB5D; }
span { border-color: rgb(203,219,93); }
td.TdClassName
{
border-color: #CBDB5D;
}
.TagClassName
{
border-color: #CBDB5D;
}
</style>