Shades of Sprout #C1DE97
Tints of Sprout #C1DE97
RGB
CMYK
RGB Variations
Color information
#C1DE97 (or 0xC1DE97) is known color: Sprout. HEX triplet: C1, DE and 97. RGB value is (193,222,151). Sum of RGB (Red+Green+Blue) = 193+222+151=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DE97 is #3E2168. Grayscale: #CDCDCD. Windows color (decimal): -4071785 or 9952961. OLE color: 9952961.
HSL color Cylindrical-coordinate representation of color #C1DE97: hue angle of 84.51º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1DE97 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 151 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.13 |
| HSL | 84.51º | 0.52% | 0.73% | - |
| HSV(B) | 84.51º | 0.32% | 0.87% | - |
| XYZ | 53.7 | 65.81 | 39.15 | - |
| YUV | 205.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 151 | 0.13 | 0 | 0.32 | 0.13 | 84.51 | 0.52 | 0.73 |
| Hex | C1 | DE | 97 | D | 0 | 20 | D | 55 | 34 | 49 |
| Octal | 301 | 336 | 227 | 15 | 0 | 40 | 15 | 125 | 64 | 111 |
| Binary | 11000001 | 11011110 | 10010111 | 1101 | 0 | 100000 | 1101 | 1010101 | 110100 | 1001001 |
Color Harmonies of #C1DE97
Complementary color
Monochromatic Colors of #C1DE97
Black with #C1DE97
Text Example
Text Example
White with #C1DE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE97; }
p { color: rgb(193,222,151); }
H1.HeaderClassName
{
color: #C1DE97;
}
.AnyTagClassName
{
color: #C1DE97;
}
</style>
background-color css
<style>
a { background-color: #C1DE97; }
a { background-color: rgb(193,222,151); }
div.DivClassName
{
background-color: #C1DE97;
}
.BgClassName
{
background-color: #C1DE97;
}
</style>
border-color css
<style>
span { border-color: #C1DE97; }
span { border-color: rgb(193,222,151); }
td.TdClassName
{
border-color: #C1DE97;
}
.TagClassName
{
border-color: #C1DE97;
}
</style>