Shades of Sprout #C0DD93
Tints of Sprout #C0DD93
RGB
CMYK
RGB Variations
Color information
#C0DD93 (or 0xC0DD93) is known color: Sprout. HEX triplet: C0, DD and 93. RGB value is (192,221,147). Sum of RGB (Red+Green+Blue) = 192+221+147=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD93 is #3F226C. Grayscale: #CCCCCC. Windows color (decimal): -4137581 or 9690560. OLE color: 9690560.
HSL color Cylindrical-coordinate representation of color #C0DD93: hue angle of 83.51º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0DD93 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 147 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.13 |
| HSL | 83.51º | 0.52% | 0.72% | - |
| HSV(B) | 83.51º | 0.33% | 0.87% | - |
| XYZ | 52.86 | 65.03 | 37.37 | - |
| YUV | 203.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 147 | 0.13 | 0 | 0.33 | 0.13 | 83.51 | 0.52 | 0.72 |
| Hex | C0 | DD | 93 | D | 0 | 21 | D | 54 | 34 | 48 |
| Octal | 300 | 335 | 223 | 15 | 0 | 41 | 15 | 124 | 64 | 110 |
| Binary | 11000000 | 11011101 | 10010011 | 1101 | 0 | 100001 | 1101 | 1010100 | 110100 | 1001000 |
Color Harmonies of #C0DD93
Complementary color
Monochromatic Colors of #C0DD93
Black with #C0DD93
Text Example
Text Example
White with #C0DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD93; }
p { color: rgb(192,221,147); }
H1.HeaderClassName
{
color: #C0DD93;
}
.AnyTagClassName
{
color: #C0DD93;
}
</style>
background-color css
<style>
a { background-color: #C0DD93; }
a { background-color: rgb(192,221,147); }
div.DivClassName
{
background-color: #C0DD93;
}
.BgClassName
{
background-color: #C0DD93;
}
</style>
border-color css
<style>
span { border-color: #C0DD93; }
span { border-color: rgb(192,221,147); }
td.TdClassName
{
border-color: #C0DD93;
}
.TagClassName
{
border-color: #C0DD93;
}
</style>