Shades of Sprout #C2D48E
Tints of Sprout #C2D48E
RGB
CMYK
RGB Variations
Color information
#C2D48E (or 0xC2D48E) is known color: Sprout. HEX triplet: C2, D4 and 8E. RGB value is (194,212,142). Sum of RGB (Red+Green+Blue) = 194+212+142=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D48E is #3D2B71. Grayscale: #C6C6C6. Windows color (decimal): -4008818 or 9360578. OLE color: 9360578.
HSL color Cylindrical-coordinate representation of color #C2D48E: hue angle of 75.43º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2D48E is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 142 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.17 |
| HSL | 75.43º | 0.45% | 0.69% | - |
| HSV(B) | 75.43º | 0.33% | 0.83% | - |
| XYZ | 50.67 | 60.51 | 34.6 | - |
| YUV | 198.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 142 | 0.08 | 0 | 0.33 | 0.17 | 75.43 | 0.45 | 0.69 |
| Hex | C2 | D4 | 8E | 8 | 0 | 21 | 11 | 4B | 2D | 45 |
| Octal | 302 | 324 | 216 | 10 | 0 | 41 | 21 | 113 | 55 | 105 |
| Binary | 11000010 | 11010100 | 10001110 | 1000 | 0 | 100001 | 10001 | 1001011 | 101101 | 1000101 |
Color Harmonies of #C2D48E
Complementary color
Monochromatic Colors of #C2D48E
Black with #C2D48E
Text Example
Text Example
White with #C2D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D48E; }
p { color: rgb(194,212,142); }
H1.HeaderClassName
{
color: #C2D48E;
}
.AnyTagClassName
{
color: #C2D48E;
}
</style>
background-color css
<style>
a { background-color: #C2D48E; }
a { background-color: rgb(194,212,142); }
div.DivClassName
{
background-color: #C2D48E;
}
.BgClassName
{
background-color: #C2D48E;
}
</style>
border-color css
<style>
span { border-color: #C2D48E; }
span { border-color: rgb(194,212,142); }
td.TdClassName
{
border-color: #C2D48E;
}
.TagClassName
{
border-color: #C2D48E;
}
</style>