Shades of Wattle #CACE41
Tints of Wattle #CACE41
RGB
CMYK
RGB Variations
Color information
#CACE41 (or 0xCACE41) is known color: Wattle. HEX triplet: CA, CE and 41. RGB value is (202,206,65). Sum of RGB (Red+Green+Blue) = 202+206+65=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE41 is #3531BE. Grayscale: #BDBDBD. Windows color (decimal): -3486143 or 4312778. OLE color: 4312778.
HSL color Cylindrical-coordinate representation of color #CACE41: hue angle of 61.7º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CACE41 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 65 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.19 |
| HSL | 61.7º | 0.59% | 0.53% | - |
| HSV(B) | 61.7º | 0.68% | 0.81% | - |
| XYZ | 47.38 | 57.08 | 13.52 | - |
| YUV | 188.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 65 | 0.02 | 0 | 0.68 | 0.19 | 61.7 | 0.59 | 0.53 |
| Hex | CA | CE | 41 | 2 | 0 | 44 | 13 | 3E | 3B | 35 |
| Octal | 312 | 316 | 101 | 2 | 0 | 104 | 23 | 76 | 73 | 65 |
| Binary | 11001010 | 11001110 | 1000001 | 10 | 0 | 1000100 | 10011 | 111110 | 111011 | 110101 |
Color Harmonies of #CACE41
Complementary color
Monochromatic Colors of #CACE41
Black with #CACE41
Text Example
Text Example
White with #CACE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE41; }
p { color: rgb(202,206,65); }
H1.HeaderClassName
{
color: #CACE41;
}
.AnyTagClassName
{
color: #CACE41;
}
</style>
background-color css
<style>
a { background-color: #CACE41; }
a { background-color: rgb(202,206,65); }
div.DivClassName
{
background-color: #CACE41;
}
.BgClassName
{
background-color: #CACE41;
}
</style>
border-color css
<style>
span { border-color: #CACE41; }
span { border-color: rgb(202,206,65); }
td.TdClassName
{
border-color: #CACE41;
}
.TagClassName
{
border-color: #CACE41;
}
</style>