Shades of Deco #C1D488
Tints of Deco #C1D488
RGB
CMYK
RGB Variations
Color information
#C1D488 (or 0xC1D488) is known color: Deco. HEX triplet: C1, D4 and 88. RGB value is (193,212,136). Sum of RGB (Red+Green+Blue) = 193+212+136=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D488 is #3E2B77. Grayscale: #C5C5C5. Windows color (decimal): -4074360 or 8967361. OLE color: 8967361.
HSL color Cylindrical-coordinate representation of color #C1D488: hue angle of 75º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1D488 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 212 | 136 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.17 |
| HSL | 75º | 0.47% | 0.68% | - |
| HSV(B) | 75º | 0.36% | 0.83% | - |
| XYZ | 49.98 | 60.2 | 32.28 | - |
| YUV | 197.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 136 | 0.09 | 0 | 0.36 | 0.17 | 75 | 0.47 | 0.68 |
| Hex | C1 | D4 | 88 | 9 | 0 | 24 | 11 | 4B | 2F | 44 |
| Octal | 301 | 324 | 210 | 11 | 0 | 44 | 21 | 113 | 57 | 104 |
| Binary | 11000001 | 11010100 | 10001000 | 1001 | 0 | 100100 | 10001 | 1001011 | 101111 | 1000100 |
Color Harmonies of #C1D488
Complementary color
Monochromatic Colors of #C1D488
Black with #C1D488
Text Example
Text Example
White with #C1D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D488; }
p { color: rgb(193,212,136); }
H1.HeaderClassName
{
color: #C1D488;
}
.AnyTagClassName
{
color: #C1D488;
}
</style>
background-color css
<style>
a { background-color: #C1D488; }
a { background-color: rgb(193,212,136); }
div.DivClassName
{
background-color: #C1D488;
}
.BgClassName
{
background-color: #C1D488;
}
</style>
border-color css
<style>
span { border-color: #C1D488; }
span { border-color: rgb(193,212,136); }
td.TdClassName
{
border-color: #C1D488;
}
.TagClassName
{
border-color: #C1D488;
}
</style>