Shades of Sprout #C0DC98
Tints of Sprout #C0DC98
RGB
CMYK
RGB Variations
Color information
#C0DC98 (or 0xC0DC98) is known color: Sprout. HEX triplet: C0, DC and 98. RGB value is (192,220,152). Sum of RGB (Red+Green+Blue) = 192+220+152=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DC98 is #3F2367. Grayscale: #CCCCCC. Windows color (decimal): -4137832 or 10017984. OLE color: 10017984.
HSL color Cylindrical-coordinate representation of color #C0DC98: hue angle of 84.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0DC98 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 152 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.14 |
| HSL | 84.71º | 0.49% | 0.73% | - |
| HSV(B) | 84.71º | 0.31% | 0.86% | - |
| XYZ | 53 | 64.66 | 39.39 | - |
| YUV | 203.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 152 | 0.13 | 0 | 0.31 | 0.14 | 84.71 | 0.49 | 0.73 |
| Hex | C0 | DC | 98 | D | 0 | 1F | E | 55 | 31 | 49 |
| Octal | 300 | 334 | 230 | 15 | 0 | 37 | 16 | 125 | 61 | 111 |
| Binary | 11000000 | 11011100 | 10011000 | 1101 | 0 | 11111 | 1110 | 1010101 | 110001 | 1001001 |
Color Harmonies of #C0DC98
Complementary color
Monochromatic Colors of #C0DC98
Black with #C0DC98
Text Example
Text Example
White with #C0DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC98; }
p { color: rgb(192,220,152); }
H1.HeaderClassName
{
color: #C0DC98;
}
.AnyTagClassName
{
color: #C0DC98;
}
</style>
background-color css
<style>
a { background-color: #C0DC98; }
a { background-color: rgb(192,220,152); }
div.DivClassName
{
background-color: #C0DC98;
}
.BgClassName
{
background-color: #C0DC98;
}
</style>
border-color css
<style>
span { border-color: #C0DC98; }
span { border-color: rgb(192,220,152); }
td.TdClassName
{
border-color: #C0DC98;
}
.TagClassName
{
border-color: #C0DC98;
}
</style>