Shades of Wattle #CED44D
Tints of Wattle #CED44D
RGB
CMYK
RGB Variations
Color information
#CED44D (or 0xCED44D) is known color: Wattle. HEX triplet: CE, D4 and 4D. RGB value is (206,212,77). Sum of RGB (Red+Green+Blue) = 206+212+77=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #CED44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED44D is #312BB2. Grayscale: #C3C3C3. Windows color (decimal): -3222451 or 5100750. OLE color: 5100750.
HSL color Cylindrical-coordinate representation of color #CED44D: hue angle of 62.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED44D is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 77 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.17 |
| HSL | 62.67º | 0.61% | 0.57% | - |
| HSV(B) | 62.67º | 0.64% | 0.83% | - |
| XYZ | 50.34 | 60.74 | 16.09 | - |
| YUV | 194.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 77 | 0.03 | 0 | 0.64 | 0.17 | 62.67 | 0.61 | 0.57 |
| Hex | CE | D4 | 4D | 3 | 0 | 40 | 11 | 3F | 3D | 39 |
| Octal | 316 | 324 | 115 | 3 | 0 | 100 | 21 | 77 | 75 | 71 |
| Binary | 11001110 | 11010100 | 1001101 | 11 | 0 | 1000000 | 10001 | 111111 | 111101 | 111001 |
Color Harmonies of #CED44D
Complementary color
Monochromatic Colors of #CED44D
Black with #CED44D
Text Example
Text Example
White with #CED44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED44D; }
p { color: rgb(206,212,77); }
H1.HeaderClassName
{
color: #CED44D;
}
.AnyTagClassName
{
color: #CED44D;
}
</style>
background-color css
<style>
a { background-color: #CED44D; }
a { background-color: rgb(206,212,77); }
div.DivClassName
{
background-color: #CED44D;
}
.BgClassName
{
background-color: #CED44D;
}
</style>
border-color css
<style>
span { border-color: #CED44D; }
span { border-color: rgb(206,212,77); }
td.TdClassName
{
border-color: #CED44D;
}
.TagClassName
{
border-color: #CED44D;
}
</style>