Shades of Deco #C4D87D
Tints of Deco #C4D87D
RGB
CMYK
RGB Variations
Color information
#C4D87D (or 0xC4D87D) is known color: Deco. HEX triplet: C4, D8 and 7D. RGB value is (196,216,125). Sum of RGB (Red+Green+Blue) = 196+216+125=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D87D is #3B2782. Grayscale: #C7C7C7. Windows color (decimal): -3876739 or 8247492. OLE color: 8247492.
HSL color Cylindrical-coordinate representation of color #C4D87D: hue angle of 73.19º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4D87D is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 125 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.15 |
| HSL | 73.19º | 0.54% | 0.67% | - |
| HSV(B) | 73.19º | 0.42% | 0.85% | - |
| XYZ | 51.02 | 62.33 | 28.74 | - |
| YUV | 199.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 125 | 0.09 | 0 | 0.42 | 0.15 | 73.19 | 0.54 | 0.67 |
| Hex | C4 | D8 | 7D | 9 | 0 | 2A | F | 49 | 36 | 43 |
| Octal | 304 | 330 | 175 | 11 | 0 | 52 | 17 | 111 | 66 | 103 |
| Binary | 11000100 | 11011000 | 1111101 | 1001 | 0 | 101010 | 1111 | 1001001 | 110110 | 1000011 |
Color Harmonies of #C4D87D
Complementary color
Monochromatic Colors of #C4D87D
Black with #C4D87D
Text Example
Text Example
White with #C4D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D87D; }
p { color: rgb(196,216,125); }
H1.HeaderClassName
{
color: #C4D87D;
}
.AnyTagClassName
{
color: #C4D87D;
}
</style>
background-color css
<style>
a { background-color: #C4D87D; }
a { background-color: rgb(196,216,125); }
div.DivClassName
{
background-color: #C4D87D;
}
.BgClassName
{
background-color: #C4D87D;
}
</style>
border-color css
<style>
span { border-color: #C4D87D; }
span { border-color: rgb(196,216,125); }
td.TdClassName
{
border-color: #C4D87D;
}
.TagClassName
{
border-color: #C4D87D;
}
</style>