Shades of Wattle #CED24C
Tints of Wattle #CED24C
RGB
CMYK
RGB Variations
Color information
#CED24C (or 0xCED24C) is known color: Wattle. HEX triplet: CE, D2 and 4C. RGB value is (206,210,76). Sum of RGB (Red+Green+Blue) = 206+210+76=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #CED24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED24C is #312DB3. Grayscale: #C2C2C2. Windows color (decimal): -3222964 or 5034702. OLE color: 5034702.
HSL color Cylindrical-coordinate representation of color #CED24C: hue angle of 61.79º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED24C is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 76 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.18 |
| HSL | 61.79º | 0.6% | 0.56% | - |
| HSV(B) | 61.79º | 0.64% | 0.82% | - |
| XYZ | 49.8 | 59.74 | 15.74 | - |
| YUV | 193.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 76 | 0.02 | 0 | 0.64 | 0.18 | 61.79 | 0.6 | 0.56 |
| Hex | CE | D2 | 4C | 2 | 0 | 40 | 12 | 3E | 3C | 38 |
| Octal | 316 | 322 | 114 | 2 | 0 | 100 | 22 | 76 | 74 | 70 |
| Binary | 11001110 | 11010010 | 1001100 | 10 | 0 | 1000000 | 10010 | 111110 | 111100 | 111000 |
Color Harmonies of #CED24C
Complementary color
Monochromatic Colors of #CED24C
Black with #CED24C
Text Example
Text Example
White with #CED24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED24C; }
p { color: rgb(206,210,76); }
H1.HeaderClassName
{
color: #CED24C;
}
.AnyTagClassName
{
color: #CED24C;
}
</style>
background-color css
<style>
a { background-color: #CED24C; }
a { background-color: rgb(206,210,76); }
div.DivClassName
{
background-color: #CED24C;
}
.BgClassName
{
background-color: #CED24C;
}
</style>
border-color css
<style>
span { border-color: #CED24C; }
span { border-color: rgb(206,210,76); }
td.TdClassName
{
border-color: #CED24C;
}
.TagClassName
{
border-color: #CED24C;
}
</style>