Shades of Reef #C8FA9A
Tints of Reef #C8FA9A
RGB
CMYK
RGB Variations
Color information
#C8FA9A (or 0xC8FA9A) is known color: Reef. HEX triplet: C8, FA and 9A. RGB value is (200,250,154). Sum of RGB (Red+Green+Blue) = 200+250+154=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FA9A is #370565. Grayscale: #E0E0E0. Windows color (decimal): -3605862 or 10156744. OLE color: 10156744.
HSL color Cylindrical-coordinate representation of color #C8FA9A: hue angle of 91.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8FA9A is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 154 | - |
| CMYK | 0.2 | 0 | 0.38 | 0.02 |
| HSL | 91.25º | 0.91% | 0.79% | - |
| HSV(B) | 91.25º | 0.38% | 0.98% | - |
| XYZ | 63.84 | 82.98 | 43.22 | - |
| YUV | 224.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 154 | 0.2 | 0 | 0.38 | 0.02 | 91.25 | 0.91 | 0.79 |
| Hex | C8 | FA | 9A | 14 | 0 | 26 | 2 | 5B | 5B | 4F |
| Octal | 310 | 372 | 232 | 24 | 0 | 46 | 2 | 133 | 133 | 117 |
| Binary | 11001000 | 11111010 | 10011010 | 10100 | 0 | 100110 | 10 | 1011011 | 1011011 | 1001111 |
Color Harmonies of #C8FA9A
Complementary color
Monochromatic Colors of #C8FA9A
Black with #C8FA9A
Text Example
Text Example
White with #C8FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA9A; }
p { color: rgb(200,250,154); }
H1.HeaderClassName
{
color: #C8FA9A;
}
.AnyTagClassName
{
color: #C8FA9A;
}
</style>
background-color css
<style>
a { background-color: #C8FA9A; }
a { background-color: rgb(200,250,154); }
div.DivClassName
{
background-color: #C8FA9A;
}
.BgClassName
{
background-color: #C8FA9A;
}
</style>
border-color css
<style>
span { border-color: #C8FA9A; }
span { border-color: rgb(200,250,154); }
td.TdClassName
{
border-color: #C8FA9A;
}
.TagClassName
{
border-color: #C8FA9A;
}
</style>