Shades of Sprout #C0DA94
Tints of Sprout #C0DA94
RGB
CMYK
RGB Variations
Color information
#C0DA94 (or 0xC0DA94) is known color: Sprout. HEX triplet: C0, DA and 94. RGB value is (192,218,148). Sum of RGB (Red+Green+Blue) = 192+218+148=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA94 is #3F256B. Grayscale: #CACACA. Windows color (decimal): -4138348 or 9755328. OLE color: 9755328.
HSL color Cylindrical-coordinate representation of color #C0DA94: hue angle of 82.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0DA94 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 148 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.15 |
| HSL | 82.29º | 0.49% | 0.72% | - |
| HSV(B) | 82.29º | 0.32% | 0.85% | - |
| XYZ | 52.15 | 63.49 | 37.52 | - |
| YUV | 202.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 148 | 0.12 | 0 | 0.32 | 0.15 | 82.29 | 0.49 | 0.72 |
| Hex | C0 | DA | 94 | C | 0 | 20 | F | 52 | 31 | 48 |
| Octal | 300 | 332 | 224 | 14 | 0 | 40 | 17 | 122 | 61 | 110 |
| Binary | 11000000 | 11011010 | 10010100 | 1100 | 0 | 100000 | 1111 | 1010010 | 110001 | 1001000 |
Color Harmonies of #C0DA94
Complementary color
Monochromatic Colors of #C0DA94
Black with #C0DA94
Text Example
Text Example
White with #C0DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA94; }
p { color: rgb(192,218,148); }
H1.HeaderClassName
{
color: #C0DA94;
}
.AnyTagClassName
{
color: #C0DA94;
}
</style>
background-color css
<style>
a { background-color: #C0DA94; }
a { background-color: rgb(192,218,148); }
div.DivClassName
{
background-color: #C0DA94;
}
.BgClassName
{
background-color: #C0DA94;
}
</style>
border-color css
<style>
span { border-color: #C0DA94; }
span { border-color: rgb(192,218,148); }
td.TdClassName
{
border-color: #C0DA94;
}
.TagClassName
{
border-color: #C0DA94;
}
</style>