Shades of Sprout #C0DE95
Tints of Sprout #C0DE95
RGB
CMYK
RGB Variations
Color information
#C0DE95 (or 0xC0DE95) is known color: Sprout. HEX triplet: C0, DE and 95. RGB value is (192,222,149). Sum of RGB (Red+Green+Blue) = 192+222+149=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DE95 is #3F216A. Grayscale: #CCCCCC. Windows color (decimal): -4137323 or 9821888. OLE color: 9821888.
HSL color Cylindrical-coordinate representation of color #C0DE95: hue angle of 84.66º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0DE95 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 149 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.13 |
| HSL | 84.66º | 0.53% | 0.73% | - |
| HSV(B) | 84.66º | 0.33% | 0.87% | - |
| XYZ | 53.28 | 65.62 | 38.29 | - |
| YUV | 204.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 149 | 0.14 | 0 | 0.33 | 0.13 | 84.66 | 0.53 | 0.73 |
| Hex | C0 | DE | 95 | E | 0 | 21 | D | 55 | 35 | 49 |
| Octal | 300 | 336 | 225 | 16 | 0 | 41 | 15 | 125 | 65 | 111 |
| Binary | 11000000 | 11011110 | 10010101 | 1110 | 0 | 100001 | 1101 | 1010101 | 110101 | 1001001 |
Color Harmonies of #C0DE95
Complementary color
Monochromatic Colors of #C0DE95
Black with #C0DE95
Text Example
Text Example
White with #C0DE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE95; }
p { color: rgb(192,222,149); }
H1.HeaderClassName
{
color: #C0DE95;
}
.AnyTagClassName
{
color: #C0DE95;
}
</style>
background-color css
<style>
a { background-color: #C0DE95; }
a { background-color: rgb(192,222,149); }
div.DivClassName
{
background-color: #C0DE95;
}
.BgClassName
{
background-color: #C0DE95;
}
</style>
border-color css
<style>
span { border-color: #C0DE95; }
span { border-color: rgb(192,222,149); }
td.TdClassName
{
border-color: #C0DE95;
}
.TagClassName
{
border-color: #C0DE95;
}
</style>