Shades of Wattle #CACF4D
Tints of Wattle #CACF4D
RGB
CMYK
RGB Variations
Color information
#CACF4D (or 0xCACF4D) is known color: Wattle. HEX triplet: CA, CF and 4D. RGB value is (202,207,77). Sum of RGB (Red+Green+Blue) = 202+207+77=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF4D is #3530B2. Grayscale: #BFBFBF. Windows color (decimal): -3485875 or 5099466. OLE color: 5099466.
HSL color Cylindrical-coordinate representation of color #CACF4D: hue angle of 62.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CACF4D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 77 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.19 |
| HSL | 62.31º | 0.58% | 0.56% | - |
| HSV(B) | 62.31º | 0.63% | 0.81% | - |
| XYZ | 48.01 | 57.72 | 15.63 | - |
| YUV | 190.69 | 63.84 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 77 | 0.02 | 0 | 0.63 | 0.19 | 62.31 | 0.58 | 0.56 |
| Hex | CA | CF | 4D | 2 | 0 | 3F | 13 | 3E | 3A | 38 |
| Octal | 312 | 317 | 115 | 2 | 0 | 77 | 23 | 76 | 72 | 70 |
| Binary | 11001010 | 11001111 | 1001101 | 10 | 0 | 111111 | 10011 | 111110 | 111010 | 111000 |
Color Harmonies of #CACF4D
Complementary color
Monochromatic Colors of #CACF4D
Black with #CACF4D
Text Example
Text Example
White with #CACF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF4D; }
p { color: rgb(202,207,77); }
H1.HeaderClassName
{
color: #CACF4D;
}
.AnyTagClassName
{
color: #CACF4D;
}
</style>
background-color css
<style>
a { background-color: #CACF4D; }
a { background-color: rgb(202,207,77); }
div.DivClassName
{
background-color: #CACF4D;
}
.BgClassName
{
background-color: #CACF4D;
}
</style>
border-color css
<style>
span { border-color: #CACF4D; }
span { border-color: rgb(202,207,77); }
td.TdClassName
{
border-color: #CACF4D;
}
.TagClassName
{
border-color: #CACF4D;
}
</style>