Shades of Reef #C2FC9F
Tints of Reef #C2FC9F
RGB
CMYK
RGB Variations
Color information
#C2FC9F (or 0xC2FC9F) is known color: Reef. HEX triplet: C2, FC and 9F. RGB value is (194,252,159). Sum of RGB (Red+Green+Blue) = 194+252+159=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC9F is #3D0360. Grayscale: #E0E0E0. Windows color (decimal): -3998561 or 10484930. OLE color: 10484930.
HSL color Cylindrical-coordinate representation of color #C2FC9F: hue angle of 97.42º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2FC9F is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 159 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.01 |
| HSL | 97.42º | 0.94% | 0.81% | - |
| HSV(B) | 97.42º | 0.37% | 0.99% | - |
| XYZ | 63.32 | 83.59 | 45.6 | - |
| YUV | 224.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 159 | 0.23 | 0 | 0.37 | 0.01 | 97.42 | 0.94 | 0.81 |
| Hex | C2 | FC | 9F | 17 | 0 | 25 | 1 | 61 | 5E | 51 |
| Octal | 302 | 374 | 237 | 27 | 0 | 45 | 1 | 141 | 136 | 121 |
| Binary | 11000010 | 11111100 | 10011111 | 10111 | 0 | 100101 | 1 | 1100001 | 1011110 | 1010001 |
Color Harmonies of #C2FC9F
Complementary color
Monochromatic Colors of #C2FC9F
Black with #C2FC9F
Text Example
Text Example
White with #C2FC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC9F; }
p { color: rgb(194,252,159); }
H1.HeaderClassName
{
color: #C2FC9F;
}
.AnyTagClassName
{
color: #C2FC9F;
}
</style>
background-color css
<style>
a { background-color: #C2FC9F; }
a { background-color: rgb(194,252,159); }
div.DivClassName
{
background-color: #C2FC9F;
}
.BgClassName
{
background-color: #C2FC9F;
}
</style>
border-color css
<style>
span { border-color: #C2FC9F; }
span { border-color: rgb(194,252,159); }
td.TdClassName
{
border-color: #C2FC9F;
}
.TagClassName
{
border-color: #C2FC9F;
}
</style>