Shades of Wattle #C8CD4C
Tints of Wattle #C8CD4C
RGB
CMYK
RGB Variations
Color information
#C8CD4C (or 0xC8CD4C) is known color: Wattle. HEX triplet: C8, CD and 4C. RGB value is (200,205,76). Sum of RGB (Red+Green+Blue) = 200+205+76=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CD4C is #3732B3. Grayscale: #BDBDBD. Windows color (decimal): -3617460 or 5033416. OLE color: 5033416.
HSL color Cylindrical-coordinate representation of color #C8CD4C: hue angle of 62.33º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8CD4C is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 76 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.20 |
| HSL | 62.33º | 0.56% | 0.55% | - |
| HSV(B) | 62.33º | 0.63% | 0.8% | - |
| XYZ | 46.96 | 56.46 | 15.26 | - |
| YUV | 188.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 76 | 0.02 | 0 | 0.63 | 0.20 | 62.33 | 0.56 | 0.55 |
| Hex | C8 | CD | 4C | 2 | 0 | 3F | 14 | 3E | 38 | 37 |
| Octal | 310 | 315 | 114 | 2 | 0 | 77 | 24 | 76 | 70 | 67 |
| Binary | 11001000 | 11001101 | 1001100 | 10 | 0 | 111111 | 10100 | 111110 | 111000 | 110111 |
Color Harmonies of #C8CD4C
Complementary color
Monochromatic Colors of #C8CD4C
Black with #C8CD4C
Text Example
Text Example
White with #C8CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD4C; }
p { color: rgb(200,205,76); }
H1.HeaderClassName
{
color: #C8CD4C;
}
.AnyTagClassName
{
color: #C8CD4C;
}
</style>
background-color css
<style>
a { background-color: #C8CD4C; }
a { background-color: rgb(200,205,76); }
div.DivClassName
{
background-color: #C8CD4C;
}
.BgClassName
{
background-color: #C8CD4C;
}
</style>
border-color css
<style>
span { border-color: #C8CD4C; }
span { border-color: rgb(200,205,76); }
td.TdClassName
{
border-color: #C8CD4C;
}
.TagClassName
{
border-color: #C8CD4C;
}
</style>