Shades of Sprout #C2D39D
Tints of Sprout #C2D39D
RGB
CMYK
RGB Variations
Color information
#C2D39D (or 0xC2D39D) is known color: Sprout. HEX triplet: C2, D3 and 9D. RGB value is (194,211,157). Sum of RGB (Red+Green+Blue) = 194+211+157=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D39D is #3D2C62. Grayscale: #C7C7C7. Windows color (decimal): -4009059 or 10343362. OLE color: 10343362.
HSL color Cylindrical-coordinate representation of color #C2D39D: hue angle of 78.89º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2D39D is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
RGB | 194 | 211 | 157 | - |
CMYK | 0.08 | 0 | 0.26 | 0.17 |
HSL | 78.89º | 0.38% | 0.72% | - |
HSV(B) | 78.89º | 0.26% | 0.83% | - |
XYZ | 51.63 | 60.49 | 40.85 | - |
YUV | 199.76 | 103.87 | 123.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 211 | 157 | 0.08 | 0 | 0.26 | 0.17 | 78.89 | 0.38 | 0.72 |
Hex | C2 | D3 | 9D | 8 | 0 | 1A | 11 | 4F | 26 | 48 |
Octal | 302 | 323 | 235 | 10 | 0 | 32 | 21 | 117 | 46 | 110 |
Binary | 11000010 | 11010011 | 10011101 | 1000 | 0 | 11010 | 10001 | 1001111 | 100110 | 1001000 |
Color Harmonies of #C2D39D
Complementary color
Monochromatic Colors of #C2D39D
Black with #C2D39D
Text Example
Text Example
White with #C2D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D39D; }
p { color: rgb(194,211,157); }
H1.HeaderClassName
{
color: #C2D39D;
}
.AnyTagClassName
{
color: #C2D39D;
}
</style>
background-color css
<style>
a { background-color: #C2D39D; }
a { background-color: rgb(194,211,157); }
div.DivClassName
{
background-color: #C2D39D;
}
.BgClassName
{
background-color: #C2D39D;
}
</style>
border-color css
<style>
span { border-color: #C2D39D; }
span { border-color: rgb(194,211,157); }
td.TdClassName
{
border-color: #C2D39D;
}
.TagClassName
{
border-color: #C2D39D;
}
</style>