Shades of Reef #C8FDA0
Tints of Reef #C8FDA0
RGB
CMYK
RGB Variations
Color information
#C8FDA0 (or 0xC8FDA0) is known color: Reef. HEX triplet: C8, FD and A0. RGB value is (200,253,160). Sum of RGB (Red+Green+Blue) = 200+253+160=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FDA0 is #37025F. Grayscale: #E2E2E2. Windows color (decimal): -3605088 or 10550728. OLE color: 10550728.
HSL color Cylindrical-coordinate representation of color #C8FDA0: hue angle of 94.19º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8FDA0 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 160 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.01 |
| HSL | 94.19º | 0.96% | 0.81% | - |
| HSV(B) | 94.19º | 0.37% | 0.99% | - |
| XYZ | 65.29 | 85.07 | 46.24 | - |
| YUV | 226.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 160 | 0.21 | 0 | 0.37 | 0.01 | 94.19 | 0.96 | 0.81 |
| Hex | C8 | FD | A0 | 15 | 0 | 25 | 1 | 5E | 60 | 51 |
| Octal | 310 | 375 | 240 | 25 | 0 | 45 | 1 | 136 | 140 | 121 |
| Binary | 11001000 | 11111101 | 10100000 | 10101 | 0 | 100101 | 1 | 1011110 | 1100000 | 1010001 |
Color Harmonies of #C8FDA0
Complementary color
Monochromatic Colors of #C8FDA0
Black with #C8FDA0
Text Example
Text Example
White with #C8FDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDA0; }
p { color: rgb(200,253,160); }
H1.HeaderClassName
{
color: #C8FDA0;
}
.AnyTagClassName
{
color: #C8FDA0;
}
</style>
background-color css
<style>
a { background-color: #C8FDA0; }
a { background-color: rgb(200,253,160); }
div.DivClassName
{
background-color: #C8FDA0;
}
.BgClassName
{
background-color: #C8FDA0;
}
</style>
border-color css
<style>
span { border-color: #C8FDA0; }
span { border-color: rgb(200,253,160); }
td.TdClassName
{
border-color: #C8FDA0;
}
.TagClassName
{
border-color: #C8FDA0;
}
</style>