Shades of Sprout #C0DE94
Tints of Sprout #C0DE94
RGB
CMYK
RGB Variations
Color information
#C0DE94 (or 0xC0DE94) is known color: Sprout. HEX triplet: C0, DE and 94. RGB value is (192,222,148). Sum of RGB (Red+Green+Blue) = 192+222+148=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DE94 is #3F216B. Grayscale: #CCCCCC. Windows color (decimal): -4137324 or 9756352. OLE color: 9756352.
HSL color Cylindrical-coordinate representation of color #C0DE94: hue angle of 84.32º 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 #C0DE94 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 148 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.13 |
| HSL | 84.32º | 0.53% | 0.73% | - |
| HSV(B) | 84.32º | 0.33% | 0.87% | - |
| XYZ | 53.2 | 65.59 | 37.87 | - |
| YUV | 204.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 148 | 0.14 | 0 | 0.33 | 0.13 | 84.32 | 0.53 | 0.73 |
| Hex | C0 | DE | 94 | E | 0 | 21 | D | 54 | 35 | 49 |
| Octal | 300 | 336 | 224 | 16 | 0 | 41 | 15 | 124 | 65 | 111 |
| Binary | 11000000 | 11011110 | 10010100 | 1110 | 0 | 100001 | 1101 | 1010100 | 110101 | 1001001 |
Color Harmonies of #C0DE94
Complementary color
Monochromatic Colors of #C0DE94
Black with #C0DE94
Text Example
Text Example
White with #C0DE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE94; }
p { color: rgb(192,222,148); }
H1.HeaderClassName
{
color: #C0DE94;
}
.AnyTagClassName
{
color: #C0DE94;
}
</style>
background-color css
<style>
a { background-color: #C0DE94; }
a { background-color: rgb(192,222,148); }
div.DivClassName
{
background-color: #C0DE94;
}
.BgClassName
{
background-color: #C0DE94;
}
</style>
border-color css
<style>
span { border-color: #C0DE94; }
span { border-color: rgb(192,222,148); }
td.TdClassName
{
border-color: #C0DE94;
}
.TagClassName
{
border-color: #C0DE94;
}
</style>