Shades of Reef #C5E296
Tints of Reef #C5E296
RGB
CMYK
RGB Variations
Color information
#C5E296 (or 0xC5E296) is known color: Reef. HEX triplet: C5, E2 and 96. RGB value is (197,226,150). Sum of RGB (Red+Green+Blue) = 197+226+150=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E296 is #3A1D69. Grayscale: #D0D0D0. Windows color (decimal): -3808618 or 9888453. OLE color: 9888453.
HSL color Cylindrical-coordinate representation of color #C5E296: hue angle of 82.89º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5E296 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 226 | 150 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.11 |
| HSL | 82.89º | 0.57% | 0.74% | - |
| HSV(B) | 82.89º | 0.34% | 0.89% | - |
| XYZ | 55.73 | 68.47 | 39.13 | - |
| YUV | 208.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 226 | 150 | 0.13 | 0 | 0.34 | 0.11 | 82.89 | 0.57 | 0.74 |
| Hex | C5 | E2 | 96 | D | 0 | 22 | B | 53 | 39 | 4A |
| Octal | 305 | 342 | 226 | 15 | 0 | 42 | 13 | 123 | 71 | 112 |
| Binary | 11000101 | 11100010 | 10010110 | 1101 | 0 | 100010 | 1011 | 1010011 | 111001 | 1001010 |
Color Harmonies of #C5E296
Complementary color
Monochromatic Colors of #C5E296
Black with #C5E296
Text Example
Text Example
White with #C5E296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E296; }
p { color: rgb(197,226,150); }
H1.HeaderClassName
{
color: #C5E296;
}
.AnyTagClassName
{
color: #C5E296;
}
</style>
background-color css
<style>
a { background-color: #C5E296; }
a { background-color: rgb(197,226,150); }
div.DivClassName
{
background-color: #C5E296;
}
.BgClassName
{
background-color: #C5E296;
}
</style>
border-color css
<style>
span { border-color: #C5E296; }
span { border-color: rgb(197,226,150); }
td.TdClassName
{
border-color: #C5E296;
}
.TagClassName
{
border-color: #C5E296;
}
</style>