Shades of Sprout #C0D28D
Tints of Sprout #C0D28D
RGB
CMYK
RGB Variations
Color information
#C0D28D (or 0xC0D28D) is known color: Sprout. HEX triplet: C0, D2 and 8D. RGB value is (192,210,141). Sum of RGB (Red+Green+Blue) = 192+210+141=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D28D is #3F2D72. Grayscale: #C5C5C5. Windows color (decimal): -4140403 or 9294528. OLE color: 9294528.
HSL color Cylindrical-coordinate representation of color #C0D28D: hue angle of 75.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0D28D is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 141 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.18 |
| HSL | 75.65º | 0.43% | 0.69% | - |
| HSV(B) | 75.65º | 0.33% | 0.82% | - |
| XYZ | 49.59 | 59.22 | 34.02 | - |
| YUV | 196.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 141 | 0.09 | 0 | 0.33 | 0.18 | 75.65 | 0.43 | 0.69 |
| Hex | C0 | D2 | 8D | 9 | 0 | 21 | 12 | 4C | 2B | 45 |
| Octal | 300 | 322 | 215 | 11 | 0 | 41 | 22 | 114 | 53 | 105 |
| Binary | 11000000 | 11010010 | 10001101 | 1001 | 0 | 100001 | 10010 | 1001100 | 101011 | 1000101 |
Color Harmonies of #C0D28D
Complementary color
Monochromatic Colors of #C0D28D
Black with #C0D28D
Text Example
Text Example
White with #C0D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D28D; }
p { color: rgb(192,210,141); }
H1.HeaderClassName
{
color: #C0D28D;
}
.AnyTagClassName
{
color: #C0D28D;
}
</style>
background-color css
<style>
a { background-color: #C0D28D; }
a { background-color: rgb(192,210,141); }
div.DivClassName
{
background-color: #C0D28D;
}
.BgClassName
{
background-color: #C0D28D;
}
</style>
border-color css
<style>
span { border-color: #C0D28D; }
span { border-color: rgb(192,210,141); }
td.TdClassName
{
border-color: #C0D28D;
}
.TagClassName
{
border-color: #C0D28D;
}
</style>