Shades of Deco #C4D674
Tints of Deco #C4D674
RGB
CMYK
RGB Variations
Color information
#C4D674 (or 0xC4D674) is known color: Deco. HEX triplet: C4, D6 and 74. RGB value is (196,214,116). Sum of RGB (Red+Green+Blue) = 196+214+116=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D674 is #3B298B. Grayscale: #C5C5C5. Windows color (decimal): -3877260 or 7657156. OLE color: 7657156.
HSL color Cylindrical-coordinate representation of color #C4D674: hue angle of 71.02º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4D674 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 116 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.16 |
| HSL | 71.02º | 0.54% | 0.65% | - |
| HSV(B) | 71.02º | 0.46% | 0.84% | - |
| XYZ | 49.96 | 61.09 | 25.68 | - |
| YUV | 197.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 116 | 0.08 | 0 | 0.46 | 0.16 | 71.02 | 0.54 | 0.65 |
| Hex | C4 | D6 | 74 | 8 | 0 | 2E | 10 | 47 | 36 | 41 |
| Octal | 304 | 326 | 164 | 10 | 0 | 56 | 20 | 107 | 66 | 101 |
| Binary | 11000100 | 11010110 | 1110100 | 1000 | 0 | 101110 | 10000 | 1000111 | 110110 | 1000001 |
Color Harmonies of #C4D674
Complementary color
Monochromatic Colors of #C4D674
Black with #C4D674
Text Example
Text Example
White with #C4D674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D674; }
p { color: rgb(196,214,116); }
H1.HeaderClassName
{
color: #C4D674;
}
.AnyTagClassName
{
color: #C4D674;
}
</style>
background-color css
<style>
a { background-color: #C4D674; }
a { background-color: rgb(196,214,116); }
div.DivClassName
{
background-color: #C4D674;
}
.BgClassName
{
background-color: #C4D674;
}
</style>
border-color css
<style>
span { border-color: #C4D674; }
span { border-color: rgb(196,214,116); }
td.TdClassName
{
border-color: #C4D674;
}
.TagClassName
{
border-color: #C4D674;
}
</style>