Shades of Wattle #CED54D
Tints of Wattle #CED54D
RGB
CMYK
RGB Variations
Color information
#CED54D (or 0xCED54D) is known color: Wattle. HEX triplet: CE, D5 and 4D. RGB value is (206,213,77). Sum of RGB (Red+Green+Blue) = 206+213+77=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #CED54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED54D is #312AB2. Grayscale: #C3C3C3. Windows color (decimal): -3222195 or 5101006. OLE color: 5101006.
HSL color Cylindrical-coordinate representation of color #CED54D: hue angle of 63.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED54D is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 77 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.16 |
| HSL | 63.09º | 0.62% | 0.57% | - |
| HSV(B) | 63.09º | 0.64% | 0.84% | - |
| XYZ | 50.59 | 61.25 | 16.18 | - |
| YUV | 195.4 | 61.18 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 77 | 0.03 | 0 | 0.64 | 0.16 | 63.09 | 0.62 | 0.57 |
| Hex | CE | D5 | 4D | 3 | 0 | 40 | 10 | 3F | 3E | 39 |
| Octal | 316 | 325 | 115 | 3 | 0 | 100 | 20 | 77 | 76 | 71 |
| Binary | 11001110 | 11010101 | 1001101 | 11 | 0 | 1000000 | 10000 | 111111 | 111110 | 111001 |
Color Harmonies of #CED54D
Complementary color
Monochromatic Colors of #CED54D
Black with #CED54D
Text Example
Text Example
White with #CED54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED54D; }
p { color: rgb(206,213,77); }
H1.HeaderClassName
{
color: #CED54D;
}
.AnyTagClassName
{
color: #CED54D;
}
</style>
background-color css
<style>
a { background-color: #CED54D; }
a { background-color: rgb(206,213,77); }
div.DivClassName
{
background-color: #CED54D;
}
.BgClassName
{
background-color: #CED54D;
}
</style>
border-color css
<style>
span { border-color: #CED54D; }
span { border-color: rgb(206,213,77); }
td.TdClassName
{
border-color: #CED54D;
}
.TagClassName
{
border-color: #CED54D;
}
</style>