Shades of Deco #C4D074
Tints of Deco #C4D074
RGB
CMYK
RGB Variations
Color information
#C4D074 (or 0xC4D074) is known color: Deco. HEX triplet: C4, D0 and 74. RGB value is (196,208,116). Sum of RGB (Red+Green+Blue) = 196+208+116=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D074 is #3B2F8B. Grayscale: #C2C2C2. Windows color (decimal): -3878796 or 7655620. OLE color: 7655620.
HSL color Cylindrical-coordinate representation of color #C4D074: hue angle of 67.83º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4D074 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 116 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.18 |
| HSL | 67.83º | 0.49% | 0.64% | - |
| HSV(B) | 67.83º | 0.44% | 0.82% | - |
| XYZ | 48.47 | 58.11 | 25.18 | - |
| YUV | 193.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 116 | 0.06 | 0 | 0.44 | 0.18 | 67.83 | 0.49 | 0.64 |
| Hex | C4 | D0 | 74 | 6 | 0 | 2C | 12 | 44 | 31 | 40 |
| Octal | 304 | 320 | 164 | 6 | 0 | 54 | 22 | 104 | 61 | 100 |
| Binary | 11000100 | 11010000 | 1110100 | 110 | 0 | 101100 | 10010 | 1000100 | 110001 | 1000000 |
Color Harmonies of #C4D074
Complementary color
Monochromatic Colors of #C4D074
Black with #C4D074
Text Example
Text Example
White with #C4D074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D074; }
p { color: rgb(196,208,116); }
H1.HeaderClassName
{
color: #C4D074;
}
.AnyTagClassName
{
color: #C4D074;
}
</style>
background-color css
<style>
a { background-color: #C4D074; }
a { background-color: rgb(196,208,116); }
div.DivClassName
{
background-color: #C4D074;
}
.BgClassName
{
background-color: #C4D074;
}
</style>
border-color css
<style>
span { border-color: #C4D074; }
span { border-color: rgb(196,208,116); }
td.TdClassName
{
border-color: #C4D074;
}
.TagClassName
{
border-color: #C4D074;
}
</style>