Shades of Wattle #CACE40
Tints of Wattle #CACE40
RGB
CMYK
RGB Variations
Color information
#CACE40 (or 0xCACE40) is known color: Wattle. HEX triplet: CA, CE and 40. RGB value is (202,206,64). Sum of RGB (Red+Green+Blue) = 202+206+64=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE40 is #3531BF. Grayscale: #BDBDBD. Windows color (decimal): -3486144 or 4247242. OLE color: 4247242.
HSL color Cylindrical-coordinate representation of color #CACE40: hue angle of 61.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CACE40 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 64 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.19 |
| HSL | 61.69º | 0.59% | 0.53% | - |
| HSV(B) | 61.69º | 0.69% | 0.81% | - |
| XYZ | 47.35 | 57.07 | 13.37 | - |
| YUV | 188.62 | 57.67 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 64 | 0.02 | 0 | 0.69 | 0.19 | 61.69 | 0.59 | 0.53 |
| Hex | CA | CE | 40 | 2 | 0 | 45 | 13 | 3E | 3B | 35 |
| Octal | 312 | 316 | 100 | 2 | 0 | 105 | 23 | 76 | 73 | 65 |
| Binary | 11001010 | 11001110 | 1000000 | 10 | 0 | 1000101 | 10011 | 111110 | 111011 | 110101 |
Color Harmonies of #CACE40
Complementary color
Monochromatic Colors of #CACE40
Black with #CACE40
Text Example
Text Example
White with #CACE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE40; }
p { color: rgb(202,206,64); }
H1.HeaderClassName
{
color: #CACE40;
}
.AnyTagClassName
{
color: #CACE40;
}
</style>
background-color css
<style>
a { background-color: #CACE40; }
a { background-color: rgb(202,206,64); }
div.DivClassName
{
background-color: #CACE40;
}
.BgClassName
{
background-color: #CACE40;
}
</style>
border-color css
<style>
span { border-color: #CACE40; }
span { border-color: rgb(202,206,64); }
td.TdClassName
{
border-color: #CACE40;
}
.TagClassName
{
border-color: #CACE40;
}
</style>