Shades of Wattle #CED54B
Tints of Wattle #CED54B
RGB
CMYK
RGB Variations
Color information
#CED54B (or 0xCED54B) is known color: Wattle. HEX triplet: CE, D5 and 4B. RGB value is (206,213,75). Sum of RGB (Red+Green+Blue) = 206+213+75=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #CED54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED54B is #312AB4. Grayscale: #C3C3C3. Windows color (decimal): -3222197 or 4969934. OLE color: 4969934.
HSL color Cylindrical-coordinate representation of color #CED54B: hue angle of 63.04º 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 #CED54B is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 75 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.16 |
| HSL | 63.04º | 0.62% | 0.56% | - |
| HSV(B) | 63.04º | 0.65% | 0.84% | - |
| XYZ | 50.52 | 61.22 | 15.81 | - |
| YUV | 195.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 75 | 0.03 | 0 | 0.65 | 0.16 | 63.04 | 0.62 | 0.56 |
| Hex | CE | D5 | 4B | 3 | 0 | 41 | 10 | 3F | 3E | 38 |
| Octal | 316 | 325 | 113 | 3 | 0 | 101 | 20 | 77 | 76 | 70 |
| Binary | 11001110 | 11010101 | 1001011 | 11 | 0 | 1000001 | 10000 | 111111 | 111110 | 111000 |
Color Harmonies of #CED54B
Complementary color
Monochromatic Colors of #CED54B
Black with #CED54B
Text Example
Text Example
White with #CED54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED54B; }
p { color: rgb(206,213,75); }
H1.HeaderClassName
{
color: #CED54B;
}
.AnyTagClassName
{
color: #CED54B;
}
</style>
background-color css
<style>
a { background-color: #CED54B; }
a { background-color: rgb(206,213,75); }
div.DivClassName
{
background-color: #CED54B;
}
.BgClassName
{
background-color: #CED54B;
}
</style>
border-color css
<style>
span { border-color: #CED54B; }
span { border-color: rgb(206,213,75); }
td.TdClassName
{
border-color: #CED54B;
}
.TagClassName
{
border-color: #CED54B;
}
</style>