Shades of Wild Willow #CBDC51
Tints of Wild Willow #CBDC51
RGB
CMYK
RGB Variations
Color information
#CBDC51 (or 0xCBDC51) is known color: Wild Willow. HEX triplet: CB, DC and 51. RGB value is (203,220,81). Sum of RGB (Red+Green+Blue) = 203+220+81=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC51 is #3423AE. Grayscale: #C7C7C7. Windows color (decimal): -3417007 or 5364939. OLE color: 5364939.
HSL color Cylindrical-coordinate representation of color #CBDC51: hue angle of 67.34º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBDC51 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 81 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.14 |
| HSL | 67.34º | 0.67% | 0.59% | - |
| HSV(B) | 67.34º | 0.63% | 0.86% | - |
| XYZ | 51.71 | 64.48 | 17.5 | - |
| YUV | 199.07 | 61.37 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 81 | 0.08 | 0 | 0.63 | 0.14 | 67.34 | 0.67 | 0.59 |
| Hex | CB | DC | 51 | 8 | 0 | 3F | E | 43 | 43 | 3B |
| Octal | 313 | 334 | 121 | 10 | 0 | 77 | 16 | 103 | 103 | 73 |
| Binary | 11001011 | 11011100 | 1010001 | 1000 | 0 | 111111 | 1110 | 1000011 | 1000011 | 111011 |
Color Harmonies of #CBDC51
Complementary color
Monochromatic Colors of #CBDC51
Black with #CBDC51
Text Example
Text Example
White with #CBDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC51; }
p { color: rgb(203,220,81); }
H1.HeaderClassName
{
color: #CBDC51;
}
.AnyTagClassName
{
color: #CBDC51;
}
</style>
background-color css
<style>
a { background-color: #CBDC51; }
a { background-color: rgb(203,220,81); }
div.DivClassName
{
background-color: #CBDC51;
}
.BgClassName
{
background-color: #CBDC51;
}
</style>
border-color css
<style>
span { border-color: #CBDC51; }
span { border-color: rgb(203,220,81); }
td.TdClassName
{
border-color: #CBDC51;
}
.TagClassName
{
border-color: #CBDC51;
}
</style>