Shades of Reef #C7E194
Tints of Reef #C7E194
RGB
CMYK
RGB Variations
Color information
#C7E194 (or 0xC7E194) is known color: Reef. HEX triplet: C7, E1 and 94. RGB value is (199,225,148). Sum of RGB (Red+Green+Blue) = 199+225+148=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E194 is #381E6B. Grayscale: #D0D0D0. Windows color (decimal): -3677804 or 9757127. OLE color: 9757127.
HSL color Cylindrical-coordinate representation of color #C7E194: hue angle of 80.26º 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 #C7E194 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 148 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.12 |
| HSL | 80.26º | 0.56% | 0.73% | - |
| HSV(B) | 80.26º | 0.34% | 0.88% | - |
| XYZ | 55.82 | 68.13 | 38.23 | - |
| YUV | 208.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 148 | 0.12 | 0 | 0.34 | 0.12 | 80.26 | 0.56 | 0.73 |
| Hex | C7 | E1 | 94 | C | 0 | 22 | C | 50 | 38 | 49 |
| Octal | 307 | 341 | 224 | 14 | 0 | 42 | 14 | 120 | 70 | 111 |
| Binary | 11000111 | 11100001 | 10010100 | 1100 | 0 | 100010 | 1100 | 1010000 | 111000 | 1001001 |
Color Harmonies of #C7E194
Complementary color
Monochromatic Colors of #C7E194
Black with #C7E194
Text Example
Text Example
White with #C7E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E194; }
p { color: rgb(199,225,148); }
H1.HeaderClassName
{
color: #C7E194;
}
.AnyTagClassName
{
color: #C7E194;
}
</style>
background-color css
<style>
a { background-color: #C7E194; }
a { background-color: rgb(199,225,148); }
div.DivClassName
{
background-color: #C7E194;
}
.BgClassName
{
background-color: #C7E194;
}
</style>
border-color css
<style>
span { border-color: #C7E194; }
span { border-color: rgb(199,225,148); }
td.TdClassName
{
border-color: #C7E194;
}
.TagClassName
{
border-color: #C7E194;
}
</style>