Shades of Sprout #C2DA94
Tints of Sprout #C2DA94
RGB
CMYK
RGB Variations
Color information
#C2DA94 (or 0xC2DA94) is known color: Sprout. HEX triplet: C2, DA and 94. RGB value is (194,218,148). Sum of RGB (Red+Green+Blue) = 194+218+148=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DA94 is #3D256B. Grayscale: #CBCBCB. Windows color (decimal): -4007276 or 9755330. OLE color: 9755330.
HSL color Cylindrical-coordinate representation of color #C2DA94: hue angle of 80.57º 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 #C2DA94 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 148 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.15 |
| HSL | 80.57º | 0.49% | 0.72% | - |
| HSV(B) | 80.57º | 0.32% | 0.85% | - |
| XYZ | 52.66 | 63.75 | 37.55 | - |
| YUV | 202.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 148 | 0.11 | 0 | 0.32 | 0.15 | 80.57 | 0.49 | 0.72 |
| Hex | C2 | DA | 94 | B | 0 | 20 | F | 51 | 31 | 48 |
| Octal | 302 | 332 | 224 | 13 | 0 | 40 | 17 | 121 | 61 | 110 |
| Binary | 11000010 | 11011010 | 10010100 | 1011 | 0 | 100000 | 1111 | 1010001 | 110001 | 1001000 |
Color Harmonies of #C2DA94
Complementary color
Monochromatic Colors of #C2DA94
Black with #C2DA94
Text Example
Text Example
White with #C2DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA94; }
p { color: rgb(194,218,148); }
H1.HeaderClassName
{
color: #C2DA94;
}
.AnyTagClassName
{
color: #C2DA94;
}
</style>
background-color css
<style>
a { background-color: #C2DA94; }
a { background-color: rgb(194,218,148); }
div.DivClassName
{
background-color: #C2DA94;
}
.BgClassName
{
background-color: #C2DA94;
}
</style>
border-color css
<style>
span { border-color: #C2DA94; }
span { border-color: rgb(194,218,148); }
td.TdClassName
{
border-color: #C2DA94;
}
.TagClassName
{
border-color: #C2DA94;
}
</style>