Shades of Sprout #C1D68E
Tints of Sprout #C1D68E
RGB
CMYK
RGB Variations
Color information
#C1D68E (or 0xC1D68E) is known color: Sprout. HEX triplet: C1, D6 and 8E. RGB value is (193,214,142). Sum of RGB (Red+Green+Blue) = 193+214+142=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D68E is #3E2971. Grayscale: #C7C7C7. Windows color (decimal): -4073842 or 9361089. OLE color: 9361089.
HSL color Cylindrical-coordinate representation of color #C1D68E: hue angle of 77.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1D68E is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 214 | 142 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.16 |
| HSL | 77.5º | 0.47% | 0.7% | - |
| HSV(B) | 77.5º | 0.34% | 0.84% | - |
| XYZ | 50.92 | 61.38 | 34.76 | - |
| YUV | 199.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 142 | 0.10 | 0 | 0.34 | 0.16 | 77.5 | 0.47 | 0.7 |
| Hex | C1 | D6 | 8E | A | 0 | 22 | 10 | 4E | 2F | 46 |
| Octal | 301 | 326 | 216 | 12 | 0 | 42 | 20 | 116 | 57 | 106 |
| Binary | 11000001 | 11010110 | 10001110 | 1010 | 0 | 100010 | 10000 | 1001110 | 101111 | 1000110 |
Color Harmonies of #C1D68E
Complementary color
Monochromatic Colors of #C1D68E
Black with #C1D68E
Text Example
Text Example
White with #C1D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D68E; }
p { color: rgb(193,214,142); }
H1.HeaderClassName
{
color: #C1D68E;
}
.AnyTagClassName
{
color: #C1D68E;
}
</style>
background-color css
<style>
a { background-color: #C1D68E; }
a { background-color: rgb(193,214,142); }
div.DivClassName
{
background-color: #C1D68E;
}
.BgClassName
{
background-color: #C1D68E;
}
</style>
border-color css
<style>
span { border-color: #C1D68E; }
span { border-color: rgb(193,214,142); }
td.TdClassName
{
border-color: #C1D68E;
}
.TagClassName
{
border-color: #C1D68E;
}
</style>