Shades of Wild Willow #CBDF55
Tints of Wild Willow #CBDF55
RGB
CMYK
RGB Variations
Color information
#CBDF55 (or 0xCBDF55) is known color: Wild Willow. HEX triplet: CB, DF and 55. RGB value is (203,223,85). Sum of RGB (Red+Green+Blue) = 203+223+85=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF55 is #3420AA. Grayscale: #C9C9C9. Windows color (decimal): -3416235 or 5627851. OLE color: 5627851.
HSL color Cylindrical-coordinate representation of color #CBDF55: hue angle of 68.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBDF55 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 85 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.13 |
| HSL | 68.7º | 0.68% | 0.6% | - |
| HSV(B) | 68.7º | 0.62% | 0.87% | - |
| XYZ | 52.66 | 66.13 | 18.58 | - |
| YUV | 201.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 85 | 0.09 | 0 | 0.62 | 0.13 | 68.7 | 0.68 | 0.6 |
| Hex | CB | DF | 55 | 9 | 0 | 3E | D | 45 | 44 | 3C |
| Octal | 313 | 337 | 125 | 11 | 0 | 76 | 15 | 105 | 104 | 74 |
| Binary | 11001011 | 11011111 | 1010101 | 1001 | 0 | 111110 | 1101 | 1000101 | 1000100 | 111100 |
Color Harmonies of #CBDF55
Complementary color
Monochromatic Colors of #CBDF55
Black with #CBDF55
Text Example
Text Example
White with #CBDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF55; }
p { color: rgb(203,223,85); }
H1.HeaderClassName
{
color: #CBDF55;
}
.AnyTagClassName
{
color: #CBDF55;
}
</style>
background-color css
<style>
a { background-color: #CBDF55; }
a { background-color: rgb(203,223,85); }
div.DivClassName
{
background-color: #CBDF55;
}
.BgClassName
{
background-color: #CBDF55;
}
</style>
border-color css
<style>
span { border-color: #CBDF55; }
span { border-color: rgb(203,223,85); }
td.TdClassName
{
border-color: #CBDF55;
}
.TagClassName
{
border-color: #CBDF55;
}
</style>