Shades of Deco #C4D774
Tints of Deco #C4D774
RGB
CMYK
RGB Variations
Color information
#C4D774 (or 0xC4D774) is known color: Deco. HEX triplet: C4, D7 and 74. RGB value is (196,215,116). Sum of RGB (Red+Green+Blue) = 196+215+116=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D774 is #3B288B. Grayscale: #C6C6C6. Windows color (decimal): -3877004 or 7657412. OLE color: 7657412.
HSL color Cylindrical-coordinate representation of color #C4D774: hue angle of 71.52º degrees, saturation: 0.55, 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 #C4D774 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 116 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.16 |
| HSL | 71.52º | 0.55% | 0.65% | - |
| HSV(B) | 71.52º | 0.46% | 0.84% | - |
| XYZ | 50.22 | 61.6 | 25.77 | - |
| YUV | 198.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 116 | 0.09 | 0 | 0.46 | 0.16 | 71.52 | 0.55 | 0.65 |
| Hex | C4 | D7 | 74 | 9 | 0 | 2E | 10 | 48 | 37 | 41 |
| Octal | 304 | 327 | 164 | 11 | 0 | 56 | 20 | 110 | 67 | 101 |
| Binary | 11000100 | 11010111 | 1110100 | 1001 | 0 | 101110 | 10000 | 1001000 | 110111 | 1000001 |
Color Harmonies of #C4D774
Complementary color
Monochromatic Colors of #C4D774
Black with #C4D774
Text Example
Text Example
White with #C4D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D774; }
p { color: rgb(196,215,116); }
H1.HeaderClassName
{
color: #C4D774;
}
.AnyTagClassName
{
color: #C4D774;
}
</style>
background-color css
<style>
a { background-color: #C4D774; }
a { background-color: rgb(196,215,116); }
div.DivClassName
{
background-color: #C4D774;
}
.BgClassName
{
background-color: #C4D774;
}
</style>
border-color css
<style>
span { border-color: #C4D774; }
span { border-color: rgb(196,215,116); }
td.TdClassName
{
border-color: #C4D774;
}
.TagClassName
{
border-color: #C4D774;
}
</style>