Shades of Deco #C4D77D
Tints of Deco #C4D77D
RGB
CMYK
RGB Variations
Color information
#C4D77D (or 0xC4D77D) is known color: Deco. HEX triplet: C4, D7 and 7D. RGB value is (196,215,125). Sum of RGB (Red+Green+Blue) = 196+215+125=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D77D is #3B2882. Grayscale: #C7C7C7. Windows color (decimal): -3876995 or 8247236. OLE color: 8247236.
HSL color Cylindrical-coordinate representation of color #C4D77D: hue angle of 72.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4D77D is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 125 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.16 |
| HSL | 72.67º | 0.53% | 0.67% | - |
| HSV(B) | 72.67º | 0.42% | 0.84% | - |
| XYZ | 50.77 | 61.82 | 28.66 | - |
| YUV | 199.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 125 | 0.09 | 0 | 0.42 | 0.16 | 72.67 | 0.53 | 0.67 |
| Hex | C4 | D7 | 7D | 9 | 0 | 2A | 10 | 49 | 35 | 43 |
| Octal | 304 | 327 | 175 | 11 | 0 | 52 | 20 | 111 | 65 | 103 |
| Binary | 11000100 | 11010111 | 1111101 | 1001 | 0 | 101010 | 10000 | 1001001 | 110101 | 1000011 |
Color Harmonies of #C4D77D
Complementary color
Monochromatic Colors of #C4D77D
Black with #C4D77D
Text Example
Text Example
White with #C4D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D77D; }
p { color: rgb(196,215,125); }
H1.HeaderClassName
{
color: #C4D77D;
}
.AnyTagClassName
{
color: #C4D77D;
}
</style>
background-color css
<style>
a { background-color: #C4D77D; }
a { background-color: rgb(196,215,125); }
div.DivClassName
{
background-color: #C4D77D;
}
.BgClassName
{
background-color: #C4D77D;
}
</style>
border-color css
<style>
span { border-color: #C4D77D; }
span { border-color: rgb(196,215,125); }
td.TdClassName
{
border-color: #C4D77D;
}
.TagClassName
{
border-color: #C4D77D;
}
</style>