Shades of Reef #C7E895
Tints of Reef #C7E895
RGB
CMYK
RGB Variations
Color information
#C7E895 (or 0xC7E895) is known color: Reef. HEX triplet: C7, E8 and 95. RGB value is (199,232,149). Sum of RGB (Red+Green+Blue) = 199+232+149=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E895 is #38176A. Grayscale: #D4D4D4. Windows color (decimal): -3676011 or 9824455. OLE color: 9824455.
HSL color Cylindrical-coordinate representation of color #C7E895: hue angle of 83.86º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7E895 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 232 | 149 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.09 |
| HSL | 83.86º | 0.64% | 0.75% | - |
| HSV(B) | 83.86º | 0.36% | 0.91% | - |
| XYZ | 57.83 | 72.03 | 39.29 | - |
| YUV | 212.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 149 | 0.14 | 0 | 0.36 | 0.09 | 83.86 | 0.64 | 0.75 |
| Hex | C7 | E8 | 95 | E | 0 | 24 | 9 | 54 | 40 | 4B |
| Octal | 307 | 350 | 225 | 16 | 0 | 44 | 11 | 124 | 100 | 113 |
| Binary | 11000111 | 11101000 | 10010101 | 1110 | 0 | 100100 | 1001 | 1010100 | 1000000 | 1001011 |
Color Harmonies of #C7E895
Complementary color
Monochromatic Colors of #C7E895
Black with #C7E895
Text Example
Text Example
White with #C7E895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E895; }
p { color: rgb(199,232,149); }
H1.HeaderClassName
{
color: #C7E895;
}
.AnyTagClassName
{
color: #C7E895;
}
</style>
background-color css
<style>
a { background-color: #C7E895; }
a { background-color: rgb(199,232,149); }
div.DivClassName
{
background-color: #C7E895;
}
.BgClassName
{
background-color: #C7E895;
}
</style>
border-color css
<style>
span { border-color: #C7E895; }
span { border-color: rgb(199,232,149); }
td.TdClassName
{
border-color: #C7E895;
}
.TagClassName
{
border-color: #C7E895;
}
</style>