Shades of Sprout #C0D394
Tints of Sprout #C0D394
RGB
CMYK
RGB Variations
Color information
#C0D394 (or 0xC0D394) is known color: Sprout. HEX triplet: C0, D3 and 94. RGB value is (192,211,148). Sum of RGB (Red+Green+Blue) = 192+211+148=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D394 is #3F2C6B. Grayscale: #C6C6C6. Windows color (decimal): -4140140 or 9753536. OLE color: 9753536.
HSL color Cylindrical-coordinate representation of color #C0D394: hue angle of 78.1º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0D394 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 148 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.17 |
| HSL | 78.1º | 0.42% | 0.7% | - |
| HSV(B) | 78.1º | 0.3% | 0.83% | - |
| XYZ | 50.38 | 59.93 | 36.93 | - |
| YUV | 198.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 148 | 0.09 | 0 | 0.30 | 0.17 | 78.1 | 0.42 | 0.7 |
| Hex | C0 | D3 | 94 | 9 | 0 | 1E | 11 | 4E | 2A | 46 |
| Octal | 300 | 323 | 224 | 11 | 0 | 36 | 21 | 116 | 52 | 106 |
| Binary | 11000000 | 11010011 | 10010100 | 1001 | 0 | 11110 | 10001 | 1001110 | 101010 | 1000110 |
Color Harmonies of #C0D394
Complementary color
Monochromatic Colors of #C0D394
Black with #C0D394
Text Example
Text Example
White with #C0D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D394; }
p { color: rgb(192,211,148); }
H1.HeaderClassName
{
color: #C0D394;
}
.AnyTagClassName
{
color: #C0D394;
}
</style>
background-color css
<style>
a { background-color: #C0D394; }
a { background-color: rgb(192,211,148); }
div.DivClassName
{
background-color: #C0D394;
}
.BgClassName
{
background-color: #C0D394;
}
</style>
border-color css
<style>
span { border-color: #C0D394; }
span { border-color: rgb(192,211,148); }
td.TdClassName
{
border-color: #C0D394;
}
.TagClassName
{
border-color: #C0D394;
}
</style>