Shades of Sprout #C0D18E
Tints of Sprout #C0D18E
RGB
CMYK
RGB Variations
Color information
#C0D18E (or 0xC0D18E) is known color: Sprout. HEX triplet: C0, D1 and 8E. RGB value is (192,209,142). Sum of RGB (Red+Green+Blue) = 192+209+142=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D18E is #3F2E71. Grayscale: #C4C4C4. Windows color (decimal): -4140658 or 9359808. OLE color: 9359808.
HSL color Cylindrical-coordinate representation of color #C0D18E: hue angle of 75.22º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0D18E is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 142 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.18 |
| HSL | 75.22º | 0.42% | 0.69% | - |
| HSV(B) | 75.22º | 0.32% | 0.82% | - |
| XYZ | 49.42 | 58.76 | 34.33 | - |
| YUV | 196.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 142 | 0.08 | 0 | 0.32 | 0.18 | 75.22 | 0.42 | 0.69 |
| Hex | C0 | D1 | 8E | 8 | 0 | 20 | 12 | 4B | 2A | 45 |
| Octal | 300 | 321 | 216 | 10 | 0 | 40 | 22 | 113 | 52 | 105 |
| Binary | 11000000 | 11010001 | 10001110 | 1000 | 0 | 100000 | 10010 | 1001011 | 101010 | 1000101 |
Color Harmonies of #C0D18E
Complementary color
Monochromatic Colors of #C0D18E
Black with #C0D18E
Text Example
Text Example
White with #C0D18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D18E; }
p { color: rgb(192,209,142); }
H1.HeaderClassName
{
color: #C0D18E;
}
.AnyTagClassName
{
color: #C0D18E;
}
</style>
background-color css
<style>
a { background-color: #C0D18E; }
a { background-color: rgb(192,209,142); }
div.DivClassName
{
background-color: #C0D18E;
}
.BgClassName
{
background-color: #C0D18E;
}
</style>
border-color css
<style>
span { border-color: #C0D18E; }
span { border-color: rgb(192,209,142); }
td.TdClassName
{
border-color: #C0D18E;
}
.TagClassName
{
border-color: #C0D18E;
}
</style>