Shades of Wild Willow #CAE053
Tints of Wild Willow #CAE053
RGB
CMYK
RGB Variations
Color information
#CAE053 (or 0xCAE053) is known color: Wild Willow. HEX triplet: CA, E0 and 53. RGB value is (202,224,83). Sum of RGB (Red+Green+Blue) = 202+224+83=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE053 is #351FAC. Grayscale: #C9C9C9. Windows color (decimal): -3481517 or 5497034. OLE color: 5497034.
HSL color Cylindrical-coordinate representation of color #CAE053: hue angle of 69.36º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAE053 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 83 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.12 |
| HSL | 69.36º | 0.69% | 0.6% | - |
| HSV(B) | 69.36º | 0.63% | 0.88% | - |
| XYZ | 52.57 | 66.49 | 18.25 | - |
| YUV | 201.35 | 61.21 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 83 | 0.10 | 0 | 0.63 | 0.12 | 69.36 | 0.69 | 0.6 |
| Hex | CA | E0 | 53 | A | 0 | 3F | C | 45 | 45 | 3C |
| Octal | 312 | 340 | 123 | 12 | 0 | 77 | 14 | 105 | 105 | 74 |
| Binary | 11001010 | 11100000 | 1010011 | 1010 | 0 | 111111 | 1100 | 1000101 | 1000101 | 111100 |
Color Harmonies of #CAE053
Complementary color
Monochromatic Colors of #CAE053
Black with #CAE053
Text Example
Text Example
White with #CAE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE053; }
p { color: rgb(202,224,83); }
H1.HeaderClassName
{
color: #CAE053;
}
.AnyTagClassName
{
color: #CAE053;
}
</style>
background-color css
<style>
a { background-color: #CAE053; }
a { background-color: rgb(202,224,83); }
div.DivClassName
{
background-color: #CAE053;
}
.BgClassName
{
background-color: #CAE053;
}
</style>
border-color css
<style>
span { border-color: #CAE053; }
span { border-color: rgb(202,224,83); }
td.TdClassName
{
border-color: #CAE053;
}
.TagClassName
{
border-color: #CAE053;
}
</style>