Shades of Sprout #C0DA98
Tints of Sprout #C0DA98
RGB
CMYK
RGB Variations
Color information
#C0DA98 (or 0xC0DA98) is known color: Sprout. HEX triplet: C0, DA and 98. RGB value is (192,218,152). Sum of RGB (Red+Green+Blue) = 192+218+152=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA98 is #3F2567. Grayscale: #CACACA. Windows color (decimal): -4138344 or 10017472. OLE color: 10017472.
HSL color Cylindrical-coordinate representation of color #C0DA98: hue angle of 83.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0DA98 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 152 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.15 |
| HSL | 83.64º | 0.47% | 0.73% | - |
| HSV(B) | 83.64º | 0.3% | 0.85% | - |
| XYZ | 52.48 | 63.62 | 39.22 | - |
| YUV | 202.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 152 | 0.12 | 0 | 0.30 | 0.15 | 83.64 | 0.47 | 0.73 |
| Hex | C0 | DA | 98 | C | 0 | 1E | F | 54 | 2F | 49 |
| Octal | 300 | 332 | 230 | 14 | 0 | 36 | 17 | 124 | 57 | 111 |
| Binary | 11000000 | 11011010 | 10011000 | 1100 | 0 | 11110 | 1111 | 1010100 | 101111 | 1001001 |
Color Harmonies of #C0DA98
Complementary color
Monochromatic Colors of #C0DA98
Black with #C0DA98
Text Example
Text Example
White with #C0DA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA98; }
p { color: rgb(192,218,152); }
H1.HeaderClassName
{
color: #C0DA98;
}
.AnyTagClassName
{
color: #C0DA98;
}
</style>
background-color css
<style>
a { background-color: #C0DA98; }
a { background-color: rgb(192,218,152); }
div.DivClassName
{
background-color: #C0DA98;
}
.BgClassName
{
background-color: #C0DA98;
}
</style>
border-color css
<style>
span { border-color: #C0DA98; }
span { border-color: rgb(192,218,152); }
td.TdClassName
{
border-color: #C0DA98;
}
.TagClassName
{
border-color: #C0DA98;
}
</style>