Shades of Reef #C8FA95
Tints of Reef #C8FA95
RGB
CMYK
RGB Variations
Color information
#C8FA95 (or 0xC8FA95) is known color: Reef. HEX triplet: C8, FA and 95. RGB value is (200,250,149). Sum of RGB (Red+Green+Blue) = 200+250+149=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FA95 is #37056A. Grayscale: #DFDFDF. Windows color (decimal): -3605867 or 9829064. OLE color: 9829064.
HSL color Cylindrical-coordinate representation of color #C8FA95: hue angle of 89.7º 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 #C8FA95 is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 149 | - |
| CMYK | 0.2 | 0 | 0.40 | 0.02 |
| HSL | 89.7º | 0.91% | 0.78% | - |
| HSV(B) | 89.7º | 0.4% | 0.98% | - |
| XYZ | 63.43 | 82.82 | 41.08 | - |
| YUV | 223.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 149 | 0.2 | 0 | 0.40 | 0.02 | 89.7 | 0.91 | 0.78 |
| Hex | C8 | FA | 95 | 14 | 0 | 28 | 2 | 5A | 5B | 4E |
| Octal | 310 | 372 | 225 | 24 | 0 | 50 | 2 | 132 | 133 | 116 |
| Binary | 11001000 | 11111010 | 10010101 | 10100 | 0 | 101000 | 10 | 1011010 | 1011011 | 1001110 |
Color Harmonies of #C8FA95
Complementary color
Monochromatic Colors of #C8FA95
Black with #C8FA95
Text Example
Text Example
White with #C8FA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA95; }
p { color: rgb(200,250,149); }
H1.HeaderClassName
{
color: #C8FA95;
}
.AnyTagClassName
{
color: #C8FA95;
}
</style>
background-color css
<style>
a { background-color: #C8FA95; }
a { background-color: rgb(200,250,149); }
div.DivClassName
{
background-color: #C8FA95;
}
.BgClassName
{
background-color: #C8FA95;
}
</style>
border-color css
<style>
span { border-color: #C8FA95; }
span { border-color: rgb(200,250,149); }
td.TdClassName
{
border-color: #C8FA95;
}
.TagClassName
{
border-color: #C8FA95;
}
</style>