Shades of Wild Willow #CAE05C
Tints of Wild Willow #CAE05C
RGB
CMYK
RGB Variations
Color information
#CAE05C (or 0xCAE05C) is known color: Wild Willow. HEX triplet: CA, E0 and 5C. RGB value is (202,224,92). Sum of RGB (Red+Green+Blue) = 202+224+92=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE05C is #351FA3. Grayscale: #CACACA. Windows color (decimal): -3481508 or 6086858. OLE color: 6086858.
HSL color Cylindrical-coordinate representation of color #CAE05C: hue angle of 70º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAE05C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 92 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.12 |
| HSL | 70º | 0.68% | 0.62% | - |
| HSV(B) | 70º | 0.59% | 0.88% | - |
| XYZ | 52.94 | 66.64 | 20.2 | - |
| YUV | 202.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 92 | 0.10 | 0 | 0.59 | 0.12 | 70 | 0.68 | 0.62 |
| Hex | CA | E0 | 5C | A | 0 | 3B | C | 46 | 44 | 3E |
| Octal | 312 | 340 | 134 | 12 | 0 | 73 | 14 | 106 | 104 | 76 |
| Binary | 11001010 | 11100000 | 1011100 | 1010 | 0 | 111011 | 1100 | 1000110 | 1000100 | 111110 |
Color Harmonies of #CAE05C
Complementary color
Monochromatic Colors of #CAE05C
Black with #CAE05C
Text Example
Text Example
White with #CAE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE05C; }
p { color: rgb(202,224,92); }
H1.HeaderClassName
{
color: #CAE05C;
}
.AnyTagClassName
{
color: #CAE05C;
}
</style>
background-color css
<style>
a { background-color: #CAE05C; }
a { background-color: rgb(202,224,92); }
div.DivClassName
{
background-color: #CAE05C;
}
.BgClassName
{
background-color: #CAE05C;
}
</style>
border-color css
<style>
span { border-color: #CAE05C; }
span { border-color: rgb(202,224,92); }
td.TdClassName
{
border-color: #CAE05C;
}
.TagClassName
{
border-color: #CAE05C;
}
</style>