Shades of Sprout #C2D58F
Tints of Sprout #C2D58F
RGB
CMYK
RGB Variations
Color information
#C2D58F (or 0xC2D58F) is known color: Sprout. HEX triplet: C2, D5 and 8F. RGB value is (194,213,143). Sum of RGB (Red+Green+Blue) = 194+213+143=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D58F is #3D2A70. Grayscale: #C7C7C7. Windows color (decimal): -4008561 or 9426370. OLE color: 9426370.
HSL color Cylindrical-coordinate representation of color #C2D58F: hue angle of 76.29º degrees, saturation: 0.45, 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 #C2D58F is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 143 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.16 |
| HSL | 76.29º | 0.45% | 0.7% | - |
| HSV(B) | 76.29º | 0.33% | 0.84% | - |
| XYZ | 51 | 61.04 | 35.08 | - |
| YUV | 199.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 143 | 0.09 | 0 | 0.33 | 0.16 | 76.29 | 0.45 | 0.7 |
| Hex | C2 | D5 | 8F | 9 | 0 | 21 | 10 | 4C | 2D | 46 |
| Octal | 302 | 325 | 217 | 11 | 0 | 41 | 20 | 114 | 55 | 106 |
| Binary | 11000010 | 11010101 | 10001111 | 1001 | 0 | 100001 | 10000 | 1001100 | 101101 | 1000110 |
Color Harmonies of #C2D58F
Complementary color
Monochromatic Colors of #C2D58F
Black with #C2D58F
Text Example
Text Example
White with #C2D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D58F; }
p { color: rgb(194,213,143); }
H1.HeaderClassName
{
color: #C2D58F;
}
.AnyTagClassName
{
color: #C2D58F;
}
</style>
background-color css
<style>
a { background-color: #C2D58F; }
a { background-color: rgb(194,213,143); }
div.DivClassName
{
background-color: #C2D58F;
}
.BgClassName
{
background-color: #C2D58F;
}
</style>
border-color css
<style>
span { border-color: #C2D58F; }
span { border-color: rgb(194,213,143); }
td.TdClassName
{
border-color: #C2D58F;
}
.TagClassName
{
border-color: #C2D58F;
}
</style>