Shades of Reef #C2FA95
Tints of Reef #C2FA95
RGB
CMYK
RGB Variations
Color information
#C2FA95 (or 0xC2FA95) is known color: Reef. HEX triplet: C2, FA and 95. RGB value is (194,250,149). Sum of RGB (Red+Green+Blue) = 194+250+149=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA95 is #3D056A. Grayscale: #DEDEDE. Windows color (decimal): -3999083 or 9829058. OLE color: 9829058.
HSL color Cylindrical-coordinate representation of color #C2FA95: hue angle of 93.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2FA95 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 149 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.02 |
| HSL | 93.27º | 0.91% | 0.78% | - |
| HSV(B) | 93.27º | 0.4% | 0.98% | - |
| XYZ | 61.86 | 82.01 | 41 | - |
| YUV | 221.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 149 | 0.22 | 0 | 0.40 | 0.02 | 93.27 | 0.91 | 0.78 |
| Hex | C2 | FA | 95 | 16 | 0 | 28 | 2 | 5D | 5B | 4E |
| Octal | 302 | 372 | 225 | 26 | 0 | 50 | 2 | 135 | 133 | 116 |
| Binary | 11000010 | 11111010 | 10010101 | 10110 | 0 | 101000 | 10 | 1011101 | 1011011 | 1001110 |
Color Harmonies of #C2FA95
Complementary color
Monochromatic Colors of #C2FA95
Black with #C2FA95
Text Example
Text Example
White with #C2FA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA95; }
p { color: rgb(194,250,149); }
H1.HeaderClassName
{
color: #C2FA95;
}
.AnyTagClassName
{
color: #C2FA95;
}
</style>
background-color css
<style>
a { background-color: #C2FA95; }
a { background-color: rgb(194,250,149); }
div.DivClassName
{
background-color: #C2FA95;
}
.BgClassName
{
background-color: #C2FA95;
}
</style>
border-color css
<style>
span { border-color: #C2FA95; }
span { border-color: rgb(194,250,149); }
td.TdClassName
{
border-color: #C2FA95;
}
.TagClassName
{
border-color: #C2FA95;
}
</style>