Shades of Reef #C2F894
Tints of Reef #C2F894
RGB
CMYK
RGB Variations
Color information
#C2F894 (or 0xC2F894) is known color: Reef. HEX triplet: C2, F8 and 94. RGB value is (194,248,148). Sum of RGB (Red+Green+Blue) = 194+248+148=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F894 is #3D076B. Grayscale: #DCDCDC. Windows color (decimal): -3999596 or 9763010. OLE color: 9763010.
HSL color Cylindrical-coordinate representation of color #C2F894: hue angle of 92.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2F894 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 148 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.03 |
| HSL | 92.4º | 0.88% | 0.78% | - |
| HSV(B) | 92.4º | 0.4% | 0.97% | - |
| XYZ | 61.16 | 80.74 | 40.38 | - |
| YUV | 220.45 | 87.11 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 148 | 0.22 | 0 | 0.40 | 0.03 | 92.4 | 0.88 | 0.78 |
| Hex | C2 | F8 | 94 | 16 | 0 | 28 | 3 | 5C | 58 | 4E |
| Octal | 302 | 370 | 224 | 26 | 0 | 50 | 3 | 134 | 130 | 116 |
| Binary | 11000010 | 11111000 | 10010100 | 10110 | 0 | 101000 | 11 | 1011100 | 1011000 | 1001110 |
Color Harmonies of #C2F894
Complementary color
Monochromatic Colors of #C2F894
Black with #C2F894
Text Example
Text Example
White with #C2F894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F894; }
p { color: rgb(194,248,148); }
H1.HeaderClassName
{
color: #C2F894;
}
.AnyTagClassName
{
color: #C2F894;
}
</style>
background-color css
<style>
a { background-color: #C2F894; }
a { background-color: rgb(194,248,148); }
div.DivClassName
{
background-color: #C2F894;
}
.BgClassName
{
background-color: #C2F894;
}
</style>
border-color css
<style>
span { border-color: #C2F894; }
span { border-color: rgb(194,248,148); }
td.TdClassName
{
border-color: #C2F894;
}
.TagClassName
{
border-color: #C2F894;
}
</style>