Shades of Reef #C8FA98
Tints of Reef #C8FA98
RGB
CMYK
RGB Variations
Color information
#C8FA98 (or 0xC8FA98) is known color: Reef. HEX triplet: C8, FA and 98. RGB value is (200,250,152). Sum of RGB (Red+Green+Blue) = 200+250+152=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FA98 is #370567. Grayscale: #E0E0E0. Windows color (decimal): -3605864 or 10025672. OLE color: 10025672.
HSL color Cylindrical-coordinate representation of color #C8FA98: hue angle of 90.61º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8FA98 is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 152 | - |
| CMYK | 0.2 | 0 | 0.39 | 0.02 |
| HSL | 90.61º | 0.91% | 0.79% | - |
| HSV(B) | 90.61º | 0.39% | 0.98% | - |
| XYZ | 63.67 | 82.92 | 42.35 | - |
| YUV | 223.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 152 | 0.2 | 0 | 0.39 | 0.02 | 90.61 | 0.91 | 0.79 |
| Hex | C8 | FA | 98 | 14 | 0 | 27 | 2 | 5B | 5B | 4F |
| Octal | 310 | 372 | 230 | 24 | 0 | 47 | 2 | 133 | 133 | 117 |
| Binary | 11001000 | 11111010 | 10011000 | 10100 | 0 | 100111 | 10 | 1011011 | 1011011 | 1001111 |
Color Harmonies of #C8FA98
Complementary color
Monochromatic Colors of #C8FA98
Black with #C8FA98
Text Example
Text Example
White with #C8FA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA98; }
p { color: rgb(200,250,152); }
H1.HeaderClassName
{
color: #C8FA98;
}
.AnyTagClassName
{
color: #C8FA98;
}
</style>
background-color css
<style>
a { background-color: #C8FA98; }
a { background-color: rgb(200,250,152); }
div.DivClassName
{
background-color: #C8FA98;
}
.BgClassName
{
background-color: #C8FA98;
}
</style>
border-color css
<style>
span { border-color: #C8FA98; }
span { border-color: rgb(200,250,152); }
td.TdClassName
{
border-color: #C8FA98;
}
.TagClassName
{
border-color: #C8FA98;
}
</style>