Shades of Deco #C5D075
Tints of Deco #C5D075
RGB
CMYK
RGB Variations
Color information
#C5D075 (or 0xC5D075) is known color: Deco. HEX triplet: C5, D0 and 75. RGB value is (197,208,117). Sum of RGB (Red+Green+Blue) = 197+208+117=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D075 is #3A2F8A. Grayscale: #C2C2C2. Windows color (decimal): -3813259 or 7721157. OLE color: 7721157.
HSL color Cylindrical-coordinate representation of color #C5D075: hue angle of 67.25º 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 #C5D075 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 117 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.18 |
| HSL | 67.25º | 0.49% | 0.64% | - |
| HSV(B) | 67.25º | 0.44% | 0.82% | - |
| XYZ | 48.79 | 58.27 | 25.5 | - |
| YUV | 194.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 117 | 0.05 | 0 | 0.44 | 0.18 | 67.25 | 0.49 | 0.64 |
| Hex | C5 | D0 | 75 | 5 | 0 | 2C | 12 | 43 | 31 | 40 |
| Octal | 305 | 320 | 165 | 5 | 0 | 54 | 22 | 103 | 61 | 100 |
| Binary | 11000101 | 11010000 | 1110101 | 101 | 0 | 101100 | 10010 | 1000011 | 110001 | 1000000 |
Color Harmonies of #C5D075
Complementary color
Monochromatic Colors of #C5D075
Black with #C5D075
Text Example
Text Example
White with #C5D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D075; }
p { color: rgb(197,208,117); }
H1.HeaderClassName
{
color: #C5D075;
}
.AnyTagClassName
{
color: #C5D075;
}
</style>
background-color css
<style>
a { background-color: #C5D075; }
a { background-color: rgb(197,208,117); }
div.DivClassName
{
background-color: #C5D075;
}
.BgClassName
{
background-color: #C5D075;
}
</style>
border-color css
<style>
span { border-color: #C5D075; }
span { border-color: rgb(197,208,117); }
td.TdClassName
{
border-color: #C5D075;
}
.TagClassName
{
border-color: #C5D075;
}
</style>