Shades of Reef #C7E795
Tints of Reef #C7E795
RGB
CMYK
RGB Variations
Color information
#C7E795 (or 0xC7E795) is known color: Reef. HEX triplet: C7, E7 and 95. RGB value is (199,231,149). Sum of RGB (Red+Green+Blue) = 199+231+149=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E795 is #38186A. Grayscale: #D4D4D4. Windows color (decimal): -3676267 or 9824199. OLE color: 9824199.
HSL color Cylindrical-coordinate representation of color #C7E795: hue angle of 83.41º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7E795 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 149 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.09 |
| HSL | 83.41º | 0.63% | 0.75% | - |
| HSV(B) | 83.41º | 0.35% | 0.91% | - |
| XYZ | 57.55 | 71.46 | 39.19 | - |
| YUV | 212.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 149 | 0.14 | 0 | 0.35 | 0.09 | 83.41 | 0.63 | 0.75 |
| Hex | C7 | E7 | 95 | E | 0 | 23 | 9 | 53 | 3F | 4B |
| Octal | 307 | 347 | 225 | 16 | 0 | 43 | 11 | 123 | 77 | 113 |
| Binary | 11000111 | 11100111 | 10010101 | 1110 | 0 | 100011 | 1001 | 1010011 | 111111 | 1001011 |
Color Harmonies of #C7E795
Complementary color
Monochromatic Colors of #C7E795
Black with #C7E795
Text Example
Text Example
White with #C7E795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E795; }
p { color: rgb(199,231,149); }
H1.HeaderClassName
{
color: #C7E795;
}
.AnyTagClassName
{
color: #C7E795;
}
</style>
background-color css
<style>
a { background-color: #C7E795; }
a { background-color: rgb(199,231,149); }
div.DivClassName
{
background-color: #C7E795;
}
.BgClassName
{
background-color: #C7E795;
}
</style>
border-color css
<style>
span { border-color: #C7E795; }
span { border-color: rgb(199,231,149); }
td.TdClassName
{
border-color: #C7E795;
}
.TagClassName
{
border-color: #C7E795;
}
</style>