Shades of Reef #C7E196
Tints of Reef #C7E196
RGB
CMYK
RGB Variations
Color information
#C7E196 (or 0xC7E196) is known color: Reef. HEX triplet: C7, E1 and 96. RGB value is (199,225,150). Sum of RGB (Red+Green+Blue) = 199+225+150=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E196 is #381E69. Grayscale: #D0D0D0. Windows color (decimal): -3677802 or 9888199. OLE color: 9888199.
HSL color Cylindrical-coordinate representation of color #C7E196: hue angle of 80.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7E196 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 150 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.12 |
| HSL | 80.8º | 0.56% | 0.74% | - |
| HSV(B) | 80.8º | 0.33% | 0.88% | - |
| XYZ | 55.98 | 68.19 | 39.07 | - |
| YUV | 208.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 150 | 0.12 | 0 | 0.33 | 0.12 | 80.8 | 0.56 | 0.74 |
| Hex | C7 | E1 | 96 | C | 0 | 21 | C | 51 | 38 | 4A |
| Octal | 307 | 341 | 226 | 14 | 0 | 41 | 14 | 121 | 70 | 112 |
| Binary | 11000111 | 11100001 | 10010110 | 1100 | 0 | 100001 | 1100 | 1010001 | 111000 | 1001010 |
Color Harmonies of #C7E196
Complementary color
Monochromatic Colors of #C7E196
Black with #C7E196
Text Example
Text Example
White with #C7E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E196; }
p { color: rgb(199,225,150); }
H1.HeaderClassName
{
color: #C7E196;
}
.AnyTagClassName
{
color: #C7E196;
}
</style>
background-color css
<style>
a { background-color: #C7E196; }
a { background-color: rgb(199,225,150); }
div.DivClassName
{
background-color: #C7E196;
}
.BgClassName
{
background-color: #C7E196;
}
</style>
border-color css
<style>
span { border-color: #C7E196; }
span { border-color: rgb(199,225,150); }
td.TdClassName
{
border-color: #C7E196;
}
.TagClassName
{
border-color: #C7E196;
}
</style>