Shades of Reef #C5E195
Tints of Reef #C5E195
RGB
CMYK
RGB Variations
Color information
#C5E195 (or 0xC5E195) is known color: Reef. HEX triplet: C5, E1 and 95. RGB value is (197,225,149). Sum of RGB (Red+Green+Blue) = 197+225+149=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E195 is #3A1E6A. Grayscale: #D0D0D0. Windows color (decimal): -3808875 or 9822661. OLE color: 9822661.
HSL color Cylindrical-coordinate representation of color #C5E195: hue angle of 82.11º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5E195 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 149 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.12 |
| HSL | 82.11º | 0.56% | 0.73% | - |
| HSV(B) | 82.11º | 0.34% | 0.88% | - |
| XYZ | 55.38 | 67.89 | 38.62 | - |
| YUV | 207.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 149 | 0.12 | 0 | 0.34 | 0.12 | 82.11 | 0.56 | 0.73 |
| Hex | C5 | E1 | 95 | C | 0 | 22 | C | 52 | 38 | 49 |
| Octal | 305 | 341 | 225 | 14 | 0 | 42 | 14 | 122 | 70 | 111 |
| Binary | 11000101 | 11100001 | 10010101 | 1100 | 0 | 100010 | 1100 | 1010010 | 111000 | 1001001 |
Color Harmonies of #C5E195
Complementary color
Monochromatic Colors of #C5E195
Black with #C5E195
Text Example
Text Example
White with #C5E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E195; }
p { color: rgb(197,225,149); }
H1.HeaderClassName
{
color: #C5E195;
}
.AnyTagClassName
{
color: #C5E195;
}
</style>
background-color css
<style>
a { background-color: #C5E195; }
a { background-color: rgb(197,225,149); }
div.DivClassName
{
background-color: #C5E195;
}
.BgClassName
{
background-color: #C5E195;
}
</style>
border-color css
<style>
span { border-color: #C5E195; }
span { border-color: rgb(197,225,149); }
td.TdClassName
{
border-color: #C5E195;
}
.TagClassName
{
border-color: #C5E195;
}
</style>