Shades of Wattle #CED24A
Tints of Wattle #CED24A
RGB
CMYK
RGB Variations
Color information
#CED24A (or 0xCED24A) is known color: Wattle. HEX triplet: CE, D2 and 4A. RGB value is (206,210,74). Sum of RGB (Red+Green+Blue) = 206+210+74=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #CED24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED24A is #312DB5. Grayscale: #C1C1C1. Windows color (decimal): -3222966 or 4903630. OLE color: 4903630.
HSL color Cylindrical-coordinate representation of color #CED24A: hue angle of 61.76º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CED24A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 74 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.18 |
| HSL | 61.76º | 0.6% | 0.56% | - |
| HSV(B) | 61.76º | 0.65% | 0.82% | - |
| XYZ | 49.74 | 59.71 | 15.38 | - |
| YUV | 193.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 74 | 0.02 | 0 | 0.65 | 0.18 | 61.76 | 0.6 | 0.56 |
| Hex | CE | D2 | 4A | 2 | 0 | 41 | 12 | 3E | 3C | 38 |
| Octal | 316 | 322 | 112 | 2 | 0 | 101 | 22 | 76 | 74 | 70 |
| Binary | 11001110 | 11010010 | 1001010 | 10 | 0 | 1000001 | 10010 | 111110 | 111100 | 111000 |
Color Harmonies of #CED24A
Complementary color
Monochromatic Colors of #CED24A
Black with #CED24A
Text Example
Text Example
White with #CED24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED24A; }
p { color: rgb(206,210,74); }
H1.HeaderClassName
{
color: #CED24A;
}
.AnyTagClassName
{
color: #CED24A;
}
</style>
background-color css
<style>
a { background-color: #CED24A; }
a { background-color: rgb(206,210,74); }
div.DivClassName
{
background-color: #CED24A;
}
.BgClassName
{
background-color: #CED24A;
}
</style>
border-color css
<style>
span { border-color: #CED24A; }
span { border-color: rgb(206,210,74); }
td.TdClassName
{
border-color: #CED24A;
}
.TagClassName
{
border-color: #CED24A;
}
</style>