Shades of Wattle #CED24B
Tints of Wattle #CED24B
RGB
CMYK
RGB Variations
Color information
#CED24B (or 0xCED24B) is known color: Wattle. HEX triplet: CE, D2 and 4B. RGB value is (206,210,75). Sum of RGB (Red+Green+Blue) = 206+210+75=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #CED24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED24B is #312DB4. Grayscale: #C1C1C1. Windows color (decimal): -3222965 or 4969166. OLE color: 4969166.
HSL color Cylindrical-coordinate representation of color #CED24B: hue angle of 61.78º 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 #CED24B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 75 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.18 |
| HSL | 61.78º | 0.6% | 0.56% | - |
| HSV(B) | 61.78º | 0.64% | 0.82% | - |
| XYZ | 49.77 | 59.72 | 15.56 | - |
| YUV | 193.41 | 61.17 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 75 | 0.02 | 0 | 0.64 | 0.18 | 61.78 | 0.6 | 0.56 |
| Hex | CE | D2 | 4B | 2 | 0 | 40 | 12 | 3E | 3C | 38 |
| Octal | 316 | 322 | 113 | 2 | 0 | 100 | 22 | 76 | 74 | 70 |
| Binary | 11001110 | 11010010 | 1001011 | 10 | 0 | 1000000 | 10010 | 111110 | 111100 | 111000 |
Color Harmonies of #CED24B
Complementary color
Monochromatic Colors of #CED24B
Black with #CED24B
Text Example
Text Example
White with #CED24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED24B; }
p { color: rgb(206,210,75); }
H1.HeaderClassName
{
color: #CED24B;
}
.AnyTagClassName
{
color: #CED24B;
}
</style>
background-color css
<style>
a { background-color: #CED24B; }
a { background-color: rgb(206,210,75); }
div.DivClassName
{
background-color: #CED24B;
}
.BgClassName
{
background-color: #CED24B;
}
</style>
border-color css
<style>
span { border-color: #CED24B; }
span { border-color: rgb(206,210,75); }
td.TdClassName
{
border-color: #CED24B;
}
.TagClassName
{
border-color: #CED24B;
}
</style>