Shades of Wattle #CED64B
Tints of Wattle #CED64B
RGB
CMYK
RGB Variations
Color information
#CED64B (or 0xCED64B) is known color: Wattle. HEX triplet: CE, D6 and 4B. RGB value is (206,214,75). Sum of RGB (Red+Green+Blue) = 206+214+75=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #CED64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED64B is #3129B4. Grayscale: #C4C4C4. Windows color (decimal): -3221941 or 4970190. OLE color: 4970190.
HSL color Cylindrical-coordinate representation of color #CED64B: hue angle of 63.45º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CED64B is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 75 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.16 |
| HSL | 63.45º | 0.63% | 0.57% | - |
| HSV(B) | 63.45º | 0.65% | 0.84% | - |
| XYZ | 50.77 | 61.72 | 15.89 | - |
| YUV | 195.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 75 | 0.04 | 0 | 0.65 | 0.16 | 63.45 | 0.63 | 0.57 |
| Hex | CE | D6 | 4B | 4 | 0 | 41 | 10 | 3F | 3F | 39 |
| Octal | 316 | 326 | 113 | 4 | 0 | 101 | 20 | 77 | 77 | 71 |
| Binary | 11001110 | 11010110 | 1001011 | 100 | 0 | 1000001 | 10000 | 111111 | 111111 | 111001 |
Color Harmonies of #CED64B
Complementary color
Monochromatic Colors of #CED64B
Black with #CED64B
Text Example
Text Example
White with #CED64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED64B; }
p { color: rgb(206,214,75); }
H1.HeaderClassName
{
color: #CED64B;
}
.AnyTagClassName
{
color: #CED64B;
}
</style>
background-color css
<style>
a { background-color: #CED64B; }
a { background-color: rgb(206,214,75); }
div.DivClassName
{
background-color: #CED64B;
}
.BgClassName
{
background-color: #CED64B;
}
</style>
border-color css
<style>
span { border-color: #CED64B; }
span { border-color: rgb(206,214,75); }
td.TdClassName
{
border-color: #CED64B;
}
.TagClassName
{
border-color: #CED64B;
}
</style>