Shades of Reef #C2FC9D
Tints of Reef #C2FC9D
RGB
CMYK
RGB Variations
Color information
#C2FC9D (or 0xC2FC9D) is known color: Reef. HEX triplet: C2, FC and 9D. RGB value is (194,252,157). Sum of RGB (Red+Green+Blue) = 194+252+157=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC9D is #3D0362. Grayscale: #E0E0E0. Windows color (decimal): -3998563 or 10353858. OLE color: 10353858.
HSL color Cylindrical-coordinate representation of color #C2FC9D: hue angle of 96.63º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2FC9D is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 157 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.01 |
| HSL | 96.63º | 0.94% | 0.8% | - |
| HSV(B) | 96.63º | 0.38% | 0.99% | - |
| XYZ | 63.14 | 83.52 | 44.69 | - |
| YUV | 223.83 | 90.28 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 157 | 0.23 | 0 | 0.38 | 0.01 | 96.63 | 0.94 | 0.8 |
| Hex | C2 | FC | 9D | 17 | 0 | 26 | 1 | 61 | 5E | 50 |
| Octal | 302 | 374 | 235 | 27 | 0 | 46 | 1 | 141 | 136 | 120 |
| Binary | 11000010 | 11111100 | 10011101 | 10111 | 0 | 100110 | 1 | 1100001 | 1011110 | 1010000 |
Color Harmonies of #C2FC9D
Complementary color
Monochromatic Colors of #C2FC9D
Black with #C2FC9D
Text Example
Text Example
White with #C2FC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC9D; }
p { color: rgb(194,252,157); }
H1.HeaderClassName
{
color: #C2FC9D;
}
.AnyTagClassName
{
color: #C2FC9D;
}
</style>
background-color css
<style>
a { background-color: #C2FC9D; }
a { background-color: rgb(194,252,157); }
div.DivClassName
{
background-color: #C2FC9D;
}
.BgClassName
{
background-color: #C2FC9D;
}
</style>
border-color css
<style>
span { border-color: #C2FC9D; }
span { border-color: rgb(194,252,157); }
td.TdClassName
{
border-color: #C2FC9D;
}
.TagClassName
{
border-color: #C2FC9D;
}
</style>