Shades of Wild Willow #CBDB58
Tints of Wild Willow #CBDB58
RGB
CMYK
RGB Variations
Color information
#CBDB58 (or 0xCBDB58) is known color: Wild Willow. HEX triplet: CB, DB and 58. RGB value is (203,219,88). Sum of RGB (Red+Green+Blue) = 203+219+88=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB58 is #3424A7. Grayscale: #C7C7C7. Windows color (decimal): -3417256 or 5823435. OLE color: 5823435.
HSL color Cylindrical-coordinate representation of color #CBDB58: hue angle of 67.33º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBDB58 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 88 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.14 |
| HSL | 67.33º | 0.65% | 0.6% | - |
| HSV(B) | 67.33º | 0.6% | 0.86% | - |
| XYZ | 51.72 | 64.06 | 18.87 | - |
| YUV | 199.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 88 | 0.07 | 0 | 0.60 | 0.14 | 67.33 | 0.65 | 0.6 |
| Hex | CB | DB | 58 | 7 | 0 | 3C | E | 43 | 41 | 3C |
| Octal | 313 | 333 | 130 | 7 | 0 | 74 | 16 | 103 | 101 | 74 |
| Binary | 11001011 | 11011011 | 1011000 | 111 | 0 | 111100 | 1110 | 1000011 | 1000001 | 111100 |
Color Harmonies of #CBDB58
Complementary color
Monochromatic Colors of #CBDB58
Black with #CBDB58
Text Example
Text Example
White with #CBDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB58; }
p { color: rgb(203,219,88); }
H1.HeaderClassName
{
color: #CBDB58;
}
.AnyTagClassName
{
color: #CBDB58;
}
</style>
background-color css
<style>
a { background-color: #CBDB58; }
a { background-color: rgb(203,219,88); }
div.DivClassName
{
background-color: #CBDB58;
}
.BgClassName
{
background-color: #CBDB58;
}
</style>
border-color css
<style>
span { border-color: #CBDB58; }
span { border-color: rgb(203,219,88); }
td.TdClassName
{
border-color: #CBDB58;
}
.TagClassName
{
border-color: #CBDB58;
}
</style>