Shades of Deco #C1D27E
Tints of Deco #C1D27E
RGB
CMYK
RGB Variations
Color information
#C1D27E (or 0xC1D27E) is known color: Deco. HEX triplet: C1, D2 and 7E. RGB value is (193,210,126). Sum of RGB (Red+Green+Blue) = 193+210+126=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D27E is #3E2D81. Grayscale: #C3C3C3. Windows color (decimal): -4074882 or 8311489. OLE color: 8311489.
HSL color Cylindrical-coordinate representation of color #C1D27E: hue angle of 72.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1D27E is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 126 | - |
| CMYK | 0.08 | 0 | 0.4 | 0.18 |
| HSL | 72.14º | 0.48% | 0.66% | - |
| HSV(B) | 72.14º | 0.4% | 0.82% | - |
| XYZ | 48.8 | 58.94 | 28.54 | - |
| YUV | 195.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 126 | 0.08 | 0 | 0.4 | 0.18 | 72.14 | 0.48 | 0.66 |
| Hex | C1 | D2 | 7E | 8 | 0 | 28 | 12 | 48 | 30 | 42 |
| Octal | 301 | 322 | 176 | 10 | 0 | 50 | 22 | 110 | 60 | 102 |
| Binary | 11000001 | 11010010 | 1111110 | 1000 | 0 | 101000 | 10010 | 1001000 | 110000 | 1000010 |
Color Harmonies of #C1D27E
Complementary color
Monochromatic Colors of #C1D27E
Black with #C1D27E
Text Example
Text Example
White with #C1D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D27E; }
p { color: rgb(193,210,126); }
H1.HeaderClassName
{
color: #C1D27E;
}
.AnyTagClassName
{
color: #C1D27E;
}
</style>
background-color css
<style>
a { background-color: #C1D27E; }
a { background-color: rgb(193,210,126); }
div.DivClassName
{
background-color: #C1D27E;
}
.BgClassName
{
background-color: #C1D27E;
}
</style>
border-color css
<style>
span { border-color: #C1D27E; }
span { border-color: rgb(193,210,126); }
td.TdClassName
{
border-color: #C1D27E;
}
.TagClassName
{
border-color: #C1D27E;
}
</style>