Shades of Sprout #C2D599
Tints of Sprout #C2D599
RGB
CMYK
RGB Variations
Color information
#C2D599 (or 0xC2D599) is known color: Sprout. HEX triplet: C2, D5 and 99. RGB value is (194,213,153). Sum of RGB (Red+Green+Blue) = 194+213+153=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D599 is #3D2A66. Grayscale: #C8C8C8. Windows color (decimal): -4008551 or 10081730. OLE color: 10081730.
HSL color Cylindrical-coordinate representation of color #C2D599: hue angle of 79º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2D599 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 153 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.16 |
| HSL | 79º | 0.42% | 0.72% | - |
| HSV(B) | 79º | 0.28% | 0.84% | - |
| XYZ | 51.79 | 61.36 | 39.25 | - |
| YUV | 200.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 153 | 0.09 | 0 | 0.28 | 0.16 | 79 | 0.42 | 0.72 |
| Hex | C2 | D5 | 99 | 9 | 0 | 1C | 10 | 4F | 2A | 48 |
| Octal | 302 | 325 | 231 | 11 | 0 | 34 | 20 | 117 | 52 | 110 |
| Binary | 11000010 | 11010101 | 10011001 | 1001 | 0 | 11100 | 10000 | 1001111 | 101010 | 1001000 |
Color Harmonies of #C2D599
Complementary color
Monochromatic Colors of #C2D599
Black with #C2D599
Text Example
Text Example
White with #C2D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D599; }
p { color: rgb(194,213,153); }
H1.HeaderClassName
{
color: #C2D599;
}
.AnyTagClassName
{
color: #C2D599;
}
</style>
background-color css
<style>
a { background-color: #C2D599; }
a { background-color: rgb(194,213,153); }
div.DivClassName
{
background-color: #C2D599;
}
.BgClassName
{
background-color: #C2D599;
}
</style>
border-color css
<style>
span { border-color: #C2D599; }
span { border-color: rgb(194,213,153); }
td.TdClassName
{
border-color: #C2D599;
}
.TagClassName
{
border-color: #C2D599;
}
</style>