Shades of Sprout #C0DA97
Tints of Sprout #C0DA97
RGB
CMYK
RGB Variations
Color information
#C0DA97 (or 0xC0DA97) is known color: Sprout. HEX triplet: C0, DA and 97. RGB value is (192,218,151). Sum of RGB (Red+Green+Blue) = 192+218+151=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA97 is #3F2568. Grayscale: #CACACA. Windows color (decimal): -4138345 or 9951936. OLE color: 9951936.
HSL color Cylindrical-coordinate representation of color #C0DA97: hue angle of 83.28º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0DA97 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 218 | 151 | - |
CMYK | 0.12 | 0 | 0.31 | 0.15 |
HSL | 83.28º | 0.48% | 0.72% | - |
HSV(B) | 83.28º | 0.31% | 0.85% | - |
XYZ | 52.4 | 63.58 | 38.79 | - |
YUV | 202.59 | 98.89 | 120.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 151 | 0.12 | 0 | 0.31 | 0.15 | 83.28 | 0.48 | 0.72 |
Hex | C0 | DA | 97 | C | 0 | 1F | F | 53 | 30 | 48 |
Octal | 300 | 332 | 227 | 14 | 0 | 37 | 17 | 123 | 60 | 110 |
Binary | 11000000 | 11011010 | 10010111 | 1100 | 0 | 11111 | 1111 | 1010011 | 110000 | 1001000 |
Color Harmonies of #C0DA97
Complementary color
Monochromatic Colors of #C0DA97
Black with #C0DA97
Text Example
Text Example
White with #C0DA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA97; }
p { color: rgb(192,218,151); }
H1.HeaderClassName
{
color: #C0DA97;
}
.AnyTagClassName
{
color: #C0DA97;
}
</style>
background-color css
<style>
a { background-color: #C0DA97; }
a { background-color: rgb(192,218,151); }
div.DivClassName
{
background-color: #C0DA97;
}
.BgClassName
{
background-color: #C0DA97;
}
</style>
border-color css
<style>
span { border-color: #C0DA97; }
span { border-color: rgb(192,218,151); }
td.TdClassName
{
border-color: #C0DA97;
}
.TagClassName
{
border-color: #C0DA97;
}
</style>