Shades of Reef #C2F794
Tints of Reef #C2F794
RGB
CMYK
RGB Variations
Color information
#C2F794 (or 0xC2F794) is known color: Reef. HEX triplet: C2, F7 and 94. RGB value is (194,247,148). Sum of RGB (Red+Green+Blue) = 194+247+148=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F794 is #3D086B. Grayscale: #DCDCDC. Windows color (decimal): -3999852 or 9762754. OLE color: 9762754.
HSL color Cylindrical-coordinate representation of color #C2F794: hue angle of 92.12º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2F794 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 148 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.03 |
| HSL | 92.12º | 0.86% | 0.77% | - |
| HSV(B) | 92.12º | 0.4% | 0.97% | - |
| XYZ | 60.85 | 80.13 | 40.28 | - |
| YUV | 219.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 148 | 0.21 | 0 | 0.40 | 0.03 | 92.12 | 0.86 | 0.77 |
| Hex | C2 | F7 | 94 | 15 | 0 | 28 | 3 | 5C | 56 | 4D |
| Octal | 302 | 367 | 224 | 25 | 0 | 50 | 3 | 134 | 126 | 115 |
| Binary | 11000010 | 11110111 | 10010100 | 10101 | 0 | 101000 | 11 | 1011100 | 1010110 | 1001101 |
Color Harmonies of #C2F794
Complementary color
Monochromatic Colors of #C2F794
Black with #C2F794
Text Example
Text Example
White with #C2F794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F794; }
p { color: rgb(194,247,148); }
H1.HeaderClassName
{
color: #C2F794;
}
.AnyTagClassName
{
color: #C2F794;
}
</style>
background-color css
<style>
a { background-color: #C2F794; }
a { background-color: rgb(194,247,148); }
div.DivClassName
{
background-color: #C2F794;
}
.BgClassName
{
background-color: #C2F794;
}
</style>
border-color css
<style>
span { border-color: #C2F794; }
span { border-color: rgb(194,247,148); }
td.TdClassName
{
border-color: #C2F794;
}
.TagClassName
{
border-color: #C2F794;
}
</style>