Shades of Wild Willow #C0DF68
Tints of Wild Willow #C0DF68
RGB
CMYK
RGB Variations
Color information
#C0DF68 (or 0xC0DF68) is known color: Wild Willow. HEX triplet: C0, DF and 68. RGB value is (192,223,104). Sum of RGB (Red+Green+Blue) = 192+223+104=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF68 is #3F2097. Grayscale: #C8C8C8. Windows color (decimal): -4137112 or 6873024. OLE color: 6873024.
HSL color Cylindrical-coordinate representation of color #C0DF68: hue angle of 75.63º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0DF68 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 223 | 104 | - |
CMYK | 0.14 | 0 | 0.53 | 0.13 |
HSL | 75.63º | 0.65% | 0.64% | - |
HSV(B) | 75.63º | 0.53% | 0.87% | - |
XYZ | 50.62 | 64.98 | 22.97 | - |
YUV | 200.17 | 73.73 | 122.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 104 | 0.14 | 0 | 0.53 | 0.13 | 75.63 | 0.65 | 0.64 |
Hex | C0 | DF | 68 | E | 0 | 35 | D | 4C | 41 | 40 |
Octal | 300 | 337 | 150 | 16 | 0 | 65 | 15 | 114 | 101 | 100 |
Binary | 11000000 | 11011111 | 1101000 | 1110 | 0 | 110101 | 1101 | 1001100 | 1000001 | 1000000 |
Color Harmonies of #C0DF68
Complementary color
Monochromatic Colors of #C0DF68
Black with #C0DF68
Text Example
Text Example
White with #C0DF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF68; }
p { color: rgb(192,223,104); }
H1.HeaderClassName
{
color: #C0DF68;
}
.AnyTagClassName
{
color: #C0DF68;
}
</style>
background-color css
<style>
a { background-color: #C0DF68; }
a { background-color: rgb(192,223,104); }
div.DivClassName
{
background-color: #C0DF68;
}
.BgClassName
{
background-color: #C0DF68;
}
</style>
border-color css
<style>
span { border-color: #C0DF68; }
span { border-color: rgb(192,223,104); }
td.TdClassName
{
border-color: #C0DF68;
}
.TagClassName
{
border-color: #C0DF68;
}
</style>