Shades of Deco #C1D57F
Tints of Deco #C1D57F
RGB
CMYK
RGB Variations
Color information
#C1D57F (or 0xC1D57F) is known color: Deco. HEX triplet: C1, D5 and 7F. RGB value is (193,213,127). Sum of RGB (Red+Green+Blue) = 193+213+127=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D57F is #3E2A80. Grayscale: #C5C5C5. Windows color (decimal): -4074113 or 8377793. OLE color: 8377793.
HSL color Cylindrical-coordinate representation of color #C1D57F: hue angle of 73.95º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1D57F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 127 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.16 |
| HSL | 73.95º | 0.51% | 0.67% | - |
| HSV(B) | 73.95º | 0.4% | 0.84% | - |
| XYZ | 49.62 | 60.46 | 29.13 | - |
| YUV | 197.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 127 | 0.09 | 0 | 0.40 | 0.16 | 73.95 | 0.51 | 0.67 |
| Hex | C1 | D5 | 7F | 9 | 0 | 28 | 10 | 4A | 33 | 43 |
| Octal | 301 | 325 | 177 | 11 | 0 | 50 | 20 | 112 | 63 | 103 |
| Binary | 11000001 | 11010101 | 1111111 | 1001 | 0 | 101000 | 10000 | 1001010 | 110011 | 1000011 |
Color Harmonies of #C1D57F
Complementary color
Monochromatic Colors of #C1D57F
Black with #C1D57F
Text Example
Text Example
White with #C1D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D57F; }
p { color: rgb(193,213,127); }
H1.HeaderClassName
{
color: #C1D57F;
}
.AnyTagClassName
{
color: #C1D57F;
}
</style>
background-color css
<style>
a { background-color: #C1D57F; }
a { background-color: rgb(193,213,127); }
div.DivClassName
{
background-color: #C1D57F;
}
.BgClassName
{
background-color: #C1D57F;
}
</style>
border-color css
<style>
span { border-color: #C1D57F; }
span { border-color: rgb(193,213,127); }
td.TdClassName
{
border-color: #C1D57F;
}
.TagClassName
{
border-color: #C1D57F;
}
</style>