Shades of Sprout #C0D08E
Tints of Sprout #C0D08E
RGB
CMYK
RGB Variations
Color information
#C0D08E (or 0xC0D08E) is known color: Sprout. HEX triplet: C0, D0 and 8E. RGB value is (192,208,142). Sum of RGB (Red+Green+Blue) = 192+208+142=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D08E is #3F2F71. Grayscale: #C3C3C3. Windows color (decimal): -4140914 or 9359552. OLE color: 9359552.
HSL color Cylindrical-coordinate representation of color #C0D08E: hue angle of 74.55º degrees, saturation: 0.41, 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 #C0D08E is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 142 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.18 |
| HSL | 74.55º | 0.41% | 0.69% | - |
| HSV(B) | 74.55º | 0.32% | 0.82% | - |
| XYZ | 49.18 | 58.27 | 34.25 | - |
| YUV | 195.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 142 | 0.08 | 0 | 0.32 | 0.18 | 74.55 | 0.41 | 0.69 |
| Hex | C0 | D0 | 8E | 8 | 0 | 20 | 12 | 4B | 29 | 45 |
| Octal | 300 | 320 | 216 | 10 | 0 | 40 | 22 | 113 | 51 | 105 |
| Binary | 11000000 | 11010000 | 10001110 | 1000 | 0 | 100000 | 10010 | 1001011 | 101001 | 1000101 |
Color Harmonies of #C0D08E
Complementary color
Monochromatic Colors of #C0D08E
Black with #C0D08E
Text Example
Text Example
White with #C0D08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D08E; }
p { color: rgb(192,208,142); }
H1.HeaderClassName
{
color: #C0D08E;
}
.AnyTagClassName
{
color: #C0D08E;
}
</style>
background-color css
<style>
a { background-color: #C0D08E; }
a { background-color: rgb(192,208,142); }
div.DivClassName
{
background-color: #C0D08E;
}
.BgClassName
{
background-color: #C0D08E;
}
</style>
border-color css
<style>
span { border-color: #C0D08E; }
span { border-color: rgb(192,208,142); }
td.TdClassName
{
border-color: #C0D08E;
}
.TagClassName
{
border-color: #C0D08E;
}
</style>