Shades of Sprout #C0D28E
Tints of Sprout #C0D28E
RGB
CMYK
RGB Variations
Color information
#C0D28E (or 0xC0D28E) is known color: Sprout. HEX triplet: C0, D2 and 8E. RGB value is (192,210,142). Sum of RGB (Red+Green+Blue) = 192+210+142=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D28E is #3F2D71. Grayscale: #C5C5C5. Windows color (decimal): -4140402 or 9360064. OLE color: 9360064.
HSL color Cylindrical-coordinate representation of color #C0D28E: hue angle of 75.88º degrees, saturation: 0.43, 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 #C0D28E is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 142 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.18 |
| HSL | 75.88º | 0.43% | 0.69% | - |
| HSV(B) | 75.88º | 0.32% | 0.82% | - |
| XYZ | 49.67 | 59.25 | 34.41 | - |
| YUV | 196.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 142 | 0.09 | 0 | 0.32 | 0.18 | 75.88 | 0.43 | 0.69 |
| Hex | C0 | D2 | 8E | 9 | 0 | 20 | 12 | 4C | 2B | 45 |
| Octal | 300 | 322 | 216 | 11 | 0 | 40 | 22 | 114 | 53 | 105 |
| Binary | 11000000 | 11010010 | 10001110 | 1001 | 0 | 100000 | 10010 | 1001100 | 101011 | 1000101 |
Color Harmonies of #C0D28E
Complementary color
Monochromatic Colors of #C0D28E
Black with #C0D28E
Text Example
Text Example
White with #C0D28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D28E; }
p { color: rgb(192,210,142); }
H1.HeaderClassName
{
color: #C0D28E;
}
.AnyTagClassName
{
color: #C0D28E;
}
</style>
background-color css
<style>
a { background-color: #C0D28E; }
a { background-color: rgb(192,210,142); }
div.DivClassName
{
background-color: #C0D28E;
}
.BgClassName
{
background-color: #C0D28E;
}
</style>
border-color css
<style>
span { border-color: #C0D28E; }
span { border-color: rgb(192,210,142); }
td.TdClassName
{
border-color: #C0D28E;
}
.TagClassName
{
border-color: #C0D28E;
}
</style>