Shades of Reef #C7F495
Tints of Reef #C7F495
RGB
CMYK
RGB Variations
Color information
#C7F495 (or 0xC7F495) is known color: Reef. HEX triplet: C7, F4 and 95. RGB value is (199,244,149). Sum of RGB (Red+Green+Blue) = 199+244+149=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #C7F495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F495 is #380B6A. Grayscale: #DCDCDC. Windows color (decimal): -3672939 or 9827527. OLE color: 9827527.
HSL color Cylindrical-coordinate representation of color #C7F495: hue angle of 88.42º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7F495 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 244 | 149 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.04 |
| HSL | 88.42º | 0.81% | 0.77% | - |
| HSV(B) | 88.42º | 0.39% | 0.96% | - |
| XYZ | 61.33 | 79.01 | 40.45 | - |
| YUV | 219.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 244 | 149 | 0.18 | 0 | 0.39 | 0.04 | 88.42 | 0.81 | 0.77 |
| Hex | C7 | F4 | 95 | 12 | 0 | 27 | 4 | 58 | 51 | 4D |
| Octal | 307 | 364 | 225 | 22 | 0 | 47 | 4 | 130 | 121 | 115 |
| Binary | 11000111 | 11110100 | 10010101 | 10010 | 0 | 100111 | 100 | 1011000 | 1010001 | 1001101 |
Color Harmonies of #C7F495
Complementary color
Monochromatic Colors of #C7F495
Black with #C7F495
Text Example
Text Example
White with #C7F495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F495; }
p { color: rgb(199,244,149); }
H1.HeaderClassName
{
color: #C7F495;
}
.AnyTagClassName
{
color: #C7F495;
}
</style>
background-color css
<style>
a { background-color: #C7F495; }
a { background-color: rgb(199,244,149); }
div.DivClassName
{
background-color: #C7F495;
}
.BgClassName
{
background-color: #C7F495;
}
</style>
border-color css
<style>
span { border-color: #C7F495; }
span { border-color: rgb(199,244,149); }
td.TdClassName
{
border-color: #C7F495;
}
.TagClassName
{
border-color: #C7F495;
}
</style>