Shades of Reef #C8F894
Tints of Reef #C8F894
RGB
CMYK
RGB Variations
Color information
#C8F894 (or 0xC8F894) is known color: Reef. HEX triplet: C8, F8 and 94. RGB value is (200,248,148). Sum of RGB (Red+Green+Blue) = 200+248+148=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F894 is #37076B. Grayscale: #DEDEDE. Windows color (decimal): -3606380 or 9763016. OLE color: 9763016.
HSL color Cylindrical-coordinate representation of color #C8F894: hue angle of 88.8º 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 #C8F894 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 148 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.03 |
| HSL | 88.8º | 0.88% | 0.78% | - |
| HSV(B) | 88.8º | 0.4% | 0.97% | - |
| XYZ | 62.73 | 81.55 | 40.45 | - |
| YUV | 222.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 148 | 0.19 | 0 | 0.40 | 0.03 | 88.8 | 0.88 | 0.78 |
| Hex | C8 | F8 | 94 | 13 | 0 | 28 | 3 | 59 | 58 | 4E |
| Octal | 310 | 370 | 224 | 23 | 0 | 50 | 3 | 131 | 130 | 116 |
| Binary | 11001000 | 11111000 | 10010100 | 10011 | 0 | 101000 | 11 | 1011001 | 1011000 | 1001110 |
Color Harmonies of #C8F894
Complementary color
Monochromatic Colors of #C8F894
Black with #C8F894
Text Example
Text Example
White with #C8F894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F894; }
p { color: rgb(200,248,148); }
H1.HeaderClassName
{
color: #C8F894;
}
.AnyTagClassName
{
color: #C8F894;
}
</style>
background-color css
<style>
a { background-color: #C8F894; }
a { background-color: rgb(200,248,148); }
div.DivClassName
{
background-color: #C8F894;
}
.BgClassName
{
background-color: #C8F894;
}
</style>
border-color css
<style>
span { border-color: #C8F894; }
span { border-color: rgb(200,248,148); }
td.TdClassName
{
border-color: #C8F894;
}
.TagClassName
{
border-color: #C8F894;
}
</style>