Shades of Reef #C2FC9E
Tints of Reef #C2FC9E
RGB
CMYK
RGB Variations
Color information
#C2FC9E (or 0xC2FC9E) is known color: Reef. HEX triplet: C2, FC and 9E. RGB value is (194,252,158). Sum of RGB (Red+Green+Blue) = 194+252+158=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC9E is #3D0361. Grayscale: #E0E0E0. Windows color (decimal): -3998562 or 10419394. OLE color: 10419394.
HSL color Cylindrical-coordinate representation of color #C2FC9E: hue angle of 97.02º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2FC9E is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 158 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.01 |
| HSL | 97.02º | 0.94% | 0.8% | - |
| HSV(B) | 97.02º | 0.37% | 0.99% | - |
| XYZ | 63.23 | 83.56 | 45.14 | - |
| YUV | 223.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 158 | 0.23 | 0 | 0.37 | 0.01 | 97.02 | 0.94 | 0.8 |
| Hex | C2 | FC | 9E | 17 | 0 | 25 | 1 | 61 | 5E | 50 |
| Octal | 302 | 374 | 236 | 27 | 0 | 45 | 1 | 141 | 136 | 120 |
| Binary | 11000010 | 11111100 | 10011110 | 10111 | 0 | 100101 | 1 | 1100001 | 1011110 | 1010000 |
Color Harmonies of #C2FC9E
Complementary color
Monochromatic Colors of #C2FC9E
Black with #C2FC9E
Text Example
Text Example
White with #C2FC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC9E; }
p { color: rgb(194,252,158); }
H1.HeaderClassName
{
color: #C2FC9E;
}
.AnyTagClassName
{
color: #C2FC9E;
}
</style>
background-color css
<style>
a { background-color: #C2FC9E; }
a { background-color: rgb(194,252,158); }
div.DivClassName
{
background-color: #C2FC9E;
}
.BgClassName
{
background-color: #C2FC9E;
}
</style>
border-color css
<style>
span { border-color: #C2FC9E; }
span { border-color: rgb(194,252,158); }
td.TdClassName
{
border-color: #C2FC9E;
}
.TagClassName
{
border-color: #C2FC9E;
}
</style>