Shades of Wattle #CED44E
Tints of Wattle #CED44E
RGB
CMYK
RGB Variations
Color information
#CED44E (or 0xCED44E) is known color: Wattle. HEX triplet: CE, D4 and 4E. RGB value is (206,212,78). Sum of RGB (Red+Green+Blue) = 206+212+78=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #CED44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED44E is #312BB1. Grayscale: #C3C3C3. Windows color (decimal): -3222450 or 5166286. OLE color: 5166286.
HSL color Cylindrical-coordinate representation of color #CED44E: hue angle of 62.69º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CED44E is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 78 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.17 |
| HSL | 62.69º | 0.61% | 0.57% | - |
| HSV(B) | 62.69º | 0.63% | 0.83% | - |
| XYZ | 50.37 | 60.76 | 16.28 | - |
| YUV | 194.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 78 | 0.03 | 0 | 0.63 | 0.17 | 62.69 | 0.61 | 0.57 |
| Hex | CE | D4 | 4E | 3 | 0 | 3F | 11 | 3F | 3D | 39 |
| Octal | 316 | 324 | 116 | 3 | 0 | 77 | 21 | 77 | 75 | 71 |
| Binary | 11001110 | 11010100 | 1001110 | 11 | 0 | 111111 | 10001 | 111111 | 111101 | 111001 |
Color Harmonies of #CED44E
Complementary color
Monochromatic Colors of #CED44E
Black with #CED44E
Text Example
Text Example
White with #CED44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED44E; }
p { color: rgb(206,212,78); }
H1.HeaderClassName
{
color: #CED44E;
}
.AnyTagClassName
{
color: #CED44E;
}
</style>
background-color css
<style>
a { background-color: #CED44E; }
a { background-color: rgb(206,212,78); }
div.DivClassName
{
background-color: #CED44E;
}
.BgClassName
{
background-color: #CED44E;
}
</style>
border-color css
<style>
span { border-color: #CED44E; }
span { border-color: rgb(206,212,78); }
td.TdClassName
{
border-color: #CED44E;
}
.TagClassName
{
border-color: #CED44E;
}
</style>