Shades of Deco #C5D484
Tints of Deco #C5D484
RGB
CMYK
RGB Variations
Color information
#C5D484 (or 0xC5D484) is known color: Deco. HEX triplet: C5, D4 and 84. RGB value is (197,212,132). Sum of RGB (Red+Green+Blue) = 197+212+132=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D484 is #3A2B7B. Grayscale: #C6C6C6. Windows color (decimal): -3812220 or 8705221. OLE color: 8705221.
HSL color Cylindrical-coordinate representation of color #C5D484: hue angle of 71.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5D484 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 132 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.17 |
| HSL | 71.25º | 0.48% | 0.67% | - |
| HSV(B) | 71.25º | 0.38% | 0.83% | - |
| XYZ | 50.73 | 60.62 | 30.86 | - |
| YUV | 198.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 132 | 0.07 | 0 | 0.38 | 0.17 | 71.25 | 0.48 | 0.67 |
| Hex | C5 | D4 | 84 | 7 | 0 | 26 | 11 | 47 | 30 | 43 |
| Octal | 305 | 324 | 204 | 7 | 0 | 46 | 21 | 107 | 60 | 103 |
| Binary | 11000101 | 11010100 | 10000100 | 111 | 0 | 100110 | 10001 | 1000111 | 110000 | 1000011 |
Color Harmonies of #C5D484
Complementary color
Monochromatic Colors of #C5D484
Black with #C5D484
Text Example
Text Example
White with #C5D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D484; }
p { color: rgb(197,212,132); }
H1.HeaderClassName
{
color: #C5D484;
}
.AnyTagClassName
{
color: #C5D484;
}
</style>
background-color css
<style>
a { background-color: #C5D484; }
a { background-color: rgb(197,212,132); }
div.DivClassName
{
background-color: #C5D484;
}
.BgClassName
{
background-color: #C5D484;
}
</style>
border-color css
<style>
span { border-color: #C5D484; }
span { border-color: rgb(197,212,132); }
td.TdClassName
{
border-color: #C5D484;
}
.TagClassName
{
border-color: #C5D484;
}
</style>