Shades of Reef #C7F295
Tints of Reef #C7F295
RGB
CMYK
RGB Variations
Color information
#C7F295 (or 0xC7F295) is known color: Reef. HEX triplet: C7, F2 and 95. RGB value is (199,242,149). Sum of RGB (Red+Green+Blue) = 199+242+149=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F295 is #380D6A. Grayscale: #DADADA. Windows color (decimal): -3673451 or 9827015. OLE color: 9827015.
HSL color Cylindrical-coordinate representation of color #C7F295: hue angle of 87.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7F295 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 149 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.05 |
| HSL | 87.74º | 0.78% | 0.77% | - |
| HSV(B) | 87.74º | 0.38% | 0.95% | - |
| XYZ | 60.73 | 77.82 | 40.25 | - |
| YUV | 218.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 149 | 0.18 | 0 | 0.38 | 0.05 | 87.74 | 0.78 | 0.77 |
| Hex | C7 | F2 | 95 | 12 | 0 | 26 | 5 | 58 | 4E | 4D |
| Octal | 307 | 362 | 225 | 22 | 0 | 46 | 5 | 130 | 116 | 115 |
| Binary | 11000111 | 11110010 | 10010101 | 10010 | 0 | 100110 | 101 | 1011000 | 1001110 | 1001101 |
Color Harmonies of #C7F295
Complementary color
Monochromatic Colors of #C7F295
Black with #C7F295
Text Example
Text Example
White with #C7F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F295; }
p { color: rgb(199,242,149); }
H1.HeaderClassName
{
color: #C7F295;
}
.AnyTagClassName
{
color: #C7F295;
}
</style>
background-color css
<style>
a { background-color: #C7F295; }
a { background-color: rgb(199,242,149); }
div.DivClassName
{
background-color: #C7F295;
}
.BgClassName
{
background-color: #C7F295;
}
</style>
border-color css
<style>
span { border-color: #C7F295; }
span { border-color: rgb(199,242,149); }
td.TdClassName
{
border-color: #C7F295;
}
.TagClassName
{
border-color: #C7F295;
}
</style>