Shades of Sprout #C2D58E
Tints of Sprout #C2D58E
RGB
CMYK
RGB Variations
Color information
#C2D58E (or 0xC2D58E) is known color: Sprout. HEX triplet: C2, D5 and 8E. RGB value is (194,213,142). Sum of RGB (Red+Green+Blue) = 194+213+142=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D58E is #3D2A71. Grayscale: #C7C7C7. Windows color (decimal): -4008562 or 9360834. OLE color: 9360834.
HSL color Cylindrical-coordinate representation of color #C2D58E: hue angle of 76.06º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2D58E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 142 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.16 |
| HSL | 76.06º | 0.46% | 0.7% | - |
| HSV(B) | 76.06º | 0.33% | 0.84% | - |
| XYZ | 50.92 | 61.01 | 34.68 | - |
| YUV | 199.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 142 | 0.09 | 0 | 0.33 | 0.16 | 76.06 | 0.46 | 0.7 |
| Hex | C2 | D5 | 8E | 9 | 0 | 21 | 10 | 4C | 2E | 46 |
| Octal | 302 | 325 | 216 | 11 | 0 | 41 | 20 | 114 | 56 | 106 |
| Binary | 11000010 | 11010101 | 10001110 | 1001 | 0 | 100001 | 10000 | 1001100 | 101110 | 1000110 |
Color Harmonies of #C2D58E
Complementary color
Monochromatic Colors of #C2D58E
Black with #C2D58E
Text Example
Text Example
White with #C2D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D58E; }
p { color: rgb(194,213,142); }
H1.HeaderClassName
{
color: #C2D58E;
}
.AnyTagClassName
{
color: #C2D58E;
}
</style>
background-color css
<style>
a { background-color: #C2D58E; }
a { background-color: rgb(194,213,142); }
div.DivClassName
{
background-color: #C2D58E;
}
.BgClassName
{
background-color: #C2D58E;
}
</style>
border-color css
<style>
span { border-color: #C2D58E; }
span { border-color: rgb(194,213,142); }
td.TdClassName
{
border-color: #C2D58E;
}
.TagClassName
{
border-color: #C2D58E;
}
</style>