Shades of Deco #C4D273
Tints of Deco #C4D273
RGB
CMYK
RGB Variations
Color information
#C4D273 (or 0xC4D273) is known color: Deco. HEX triplet: C4, D2 and 73. RGB value is (196,210,115). Sum of RGB (Red+Green+Blue) = 196+210+115=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D273 is #3B2D8C. Grayscale: #C3C3C3. Windows color (decimal): -3878285 or 7590596. OLE color: 7590596.
HSL color Cylindrical-coordinate representation of color #C4D273: hue angle of 68.84º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4D273 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 115 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.18 |
| HSL | 68.84º | 0.51% | 0.64% | - |
| HSV(B) | 68.84º | 0.45% | 0.82% | - |
| XYZ | 48.91 | 59.07 | 25.04 | - |
| YUV | 194.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 115 | 0.07 | 0 | 0.45 | 0.18 | 68.84 | 0.51 | 0.64 |
| Hex | C4 | D2 | 73 | 7 | 0 | 2D | 12 | 45 | 33 | 40 |
| Octal | 304 | 322 | 163 | 7 | 0 | 55 | 22 | 105 | 63 | 100 |
| Binary | 11000100 | 11010010 | 1110011 | 111 | 0 | 101101 | 10010 | 1000101 | 110011 | 1000000 |
Color Harmonies of #C4D273
Complementary color
Monochromatic Colors of #C4D273
Black with #C4D273
Text Example
Text Example
White with #C4D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D273; }
p { color: rgb(196,210,115); }
H1.HeaderClassName
{
color: #C4D273;
}
.AnyTagClassName
{
color: #C4D273;
}
</style>
background-color css
<style>
a { background-color: #C4D273; }
a { background-color: rgb(196,210,115); }
div.DivClassName
{
background-color: #C4D273;
}
.BgClassName
{
background-color: #C4D273;
}
</style>
border-color css
<style>
span { border-color: #C4D273; }
span { border-color: rgb(196,210,115); }
td.TdClassName
{
border-color: #C4D273;
}
.TagClassName
{
border-color: #C4D273;
}
</style>