Shades of Wattle #CACF4B
Tints of Wattle #CACF4B
RGB
CMYK
RGB Variations
Color information
#CACF4B (or 0xCACF4B) is known color: Wattle. HEX triplet: CA, CF and 4B. RGB value is (202,207,75). Sum of RGB (Red+Green+Blue) = 202+207+75=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF4B is #3530B4. Grayscale: #BEBEBE. Windows color (decimal): -3485877 or 4968394. OLE color: 4968394.
HSL color Cylindrical-coordinate representation of color #CACF4B: hue angle of 62.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CACF4B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 75 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.19 |
| HSL | 62.27º | 0.58% | 0.55% | - |
| HSV(B) | 62.27º | 0.64% | 0.81% | - |
| XYZ | 47.94 | 57.69 | 15.27 | - |
| YUV | 190.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 75 | 0.02 | 0 | 0.64 | 0.19 | 62.27 | 0.58 | 0.55 |
| Hex | CA | CF | 4B | 2 | 0 | 40 | 13 | 3E | 3A | 37 |
| Octal | 312 | 317 | 113 | 2 | 0 | 100 | 23 | 76 | 72 | 67 |
| Binary | 11001010 | 11001111 | 1001011 | 10 | 0 | 1000000 | 10011 | 111110 | 111010 | 110111 |
Color Harmonies of #CACF4B
Complementary color
Monochromatic Colors of #CACF4B
Black with #CACF4B
Text Example
Text Example
White with #CACF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF4B; }
p { color: rgb(202,207,75); }
H1.HeaderClassName
{
color: #CACF4B;
}
.AnyTagClassName
{
color: #CACF4B;
}
</style>
background-color css
<style>
a { background-color: #CACF4B; }
a { background-color: rgb(202,207,75); }
div.DivClassName
{
background-color: #CACF4B;
}
.BgClassName
{
background-color: #CACF4B;
}
</style>
border-color css
<style>
span { border-color: #CACF4B; }
span { border-color: rgb(202,207,75); }
td.TdClassName
{
border-color: #CACF4B;
}
.TagClassName
{
border-color: #CACF4B;
}
</style>