Shades of Wild Willow #CACF50
Tints of Wild Willow #CACF50
RGB
CMYK
RGB Variations
Color information
#CACF50 (or 0xCACF50) is known color: Wild Willow. HEX triplet: CA, CF and 50. RGB value is (202,207,80). Sum of RGB (Red+Green+Blue) = 202+207+80=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF50 is #3530AF. Grayscale: #BFBFBF. Windows color (decimal): -3485872 or 5296074. OLE color: 5296074.
HSL color Cylindrical-coordinate representation of color #CACF50: hue angle of 62.36º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CACF50 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 80 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.19 |
| HSL | 62.36º | 0.57% | 0.56% | - |
| HSV(B) | 62.36º | 0.61% | 0.81% | - |
| XYZ | 48.12 | 57.76 | 16.2 | - |
| YUV | 191.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 80 | 0.02 | 0 | 0.61 | 0.19 | 62.36 | 0.57 | 0.56 |
| Hex | CA | CF | 50 | 2 | 0 | 3D | 13 | 3E | 39 | 38 |
| Octal | 312 | 317 | 120 | 2 | 0 | 75 | 23 | 76 | 71 | 70 |
| Binary | 11001010 | 11001111 | 1010000 | 10 | 0 | 111101 | 10011 | 111110 | 111001 | 111000 |
Color Harmonies of #CACF50
Complementary color
Monochromatic Colors of #CACF50
Black with #CACF50
Text Example
Text Example
White with #CACF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF50; }
p { color: rgb(202,207,80); }
H1.HeaderClassName
{
color: #CACF50;
}
.AnyTagClassName
{
color: #CACF50;
}
</style>
background-color css
<style>
a { background-color: #CACF50; }
a { background-color: rgb(202,207,80); }
div.DivClassName
{
background-color: #CACF50;
}
.BgClassName
{
background-color: #CACF50;
}
</style>
border-color css
<style>
span { border-color: #CACF50; }
span { border-color: rgb(202,207,80); }
td.TdClassName
{
border-color: #CACF50;
}
.TagClassName
{
border-color: #CACF50;
}
</style>