Shades of Wattle #CED54A
Tints of Wattle #CED54A
RGB
CMYK
RGB Variations
Color information
#CED54A (or 0xCED54A) is known color: Wattle. HEX triplet: CE, D5 and 4A. RGB value is (206,213,74). Sum of RGB (Red+Green+Blue) = 206+213+74=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #CED54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED54A is #312AB5. Grayscale: #C3C3C3. Windows color (decimal): -3222198 or 4904398. OLE color: 4904398.
HSL color Cylindrical-coordinate representation of color #CED54A: hue angle of 63.02º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CED54A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 74 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.16 |
| HSL | 63.02º | 0.62% | 0.56% | - |
| HSV(B) | 63.02º | 0.65% | 0.84% | - |
| XYZ | 50.48 | 61.2 | 15.63 | - |
| YUV | 195.06 | 59.68 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 74 | 0.03 | 0 | 0.65 | 0.16 | 63.02 | 0.62 | 0.56 |
| Hex | CE | D5 | 4A | 3 | 0 | 41 | 10 | 3F | 3E | 38 |
| Octal | 316 | 325 | 112 | 3 | 0 | 101 | 20 | 77 | 76 | 70 |
| Binary | 11001110 | 11010101 | 1001010 | 11 | 0 | 1000001 | 10000 | 111111 | 111110 | 111000 |
Color Harmonies of #CED54A
Complementary color
Monochromatic Colors of #CED54A
Black with #CED54A
Text Example
Text Example
White with #CED54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED54A; }
p { color: rgb(206,213,74); }
H1.HeaderClassName
{
color: #CED54A;
}
.AnyTagClassName
{
color: #CED54A;
}
</style>
background-color css
<style>
a { background-color: #CED54A; }
a { background-color: rgb(206,213,74); }
div.DivClassName
{
background-color: #CED54A;
}
.BgClassName
{
background-color: #CED54A;
}
</style>
border-color css
<style>
span { border-color: #CED54A; }
span { border-color: rgb(206,213,74); }
td.TdClassName
{
border-color: #CED54A;
}
.TagClassName
{
border-color: #CED54A;
}
</style>