Shades of Sprout #C0DF97
Tints of Sprout #C0DF97
RGB
CMYK
RGB Variations
Color information
#C0DF97 (or 0xC0DF97) is known color: Sprout. HEX triplet: C0, DF and 97. RGB value is (192,223,151). Sum of RGB (Red+Green+Blue) = 192+223+151=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF97 is #3F2068. Grayscale: #CDCDCD. Windows color (decimal): -4137065 or 9953216. OLE color: 9953216.
HSL color Cylindrical-coordinate representation of color #C0DF97: hue angle of 85.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0DF97 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 151 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.13 |
| HSL | 85.83º | 0.53% | 0.73% | - |
| HSV(B) | 85.83º | 0.32% | 0.87% | - |
| XYZ | 53.71 | 66.22 | 39.23 | - |
| YUV | 205.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 151 | 0.14 | 0 | 0.32 | 0.13 | 85.83 | 0.53 | 0.73 |
| Hex | C0 | DF | 97 | E | 0 | 20 | D | 56 | 35 | 49 |
| Octal | 300 | 337 | 227 | 16 | 0 | 40 | 15 | 126 | 65 | 111 |
| Binary | 11000000 | 11011111 | 10010111 | 1110 | 0 | 100000 | 1101 | 1010110 | 110101 | 1001001 |
Color Harmonies of #C0DF97
Complementary color
Monochromatic Colors of #C0DF97
Black with #C0DF97
Text Example
Text Example
White with #C0DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF97; }
p { color: rgb(192,223,151); }
H1.HeaderClassName
{
color: #C0DF97;
}
.AnyTagClassName
{
color: #C0DF97;
}
</style>
background-color css
<style>
a { background-color: #C0DF97; }
a { background-color: rgb(192,223,151); }
div.DivClassName
{
background-color: #C0DF97;
}
.BgClassName
{
background-color: #C0DF97;
}
</style>
border-color css
<style>
span { border-color: #C0DF97; }
span { border-color: rgb(192,223,151); }
td.TdClassName
{
border-color: #C0DF97;
}
.TagClassName
{
border-color: #C0DF97;
}
</style>