Shades of Reef #C7FEA1
Tints of Reef #C7FEA1
RGB
CMYK
RGB Variations
Color information
#C7FEA1 (or 0xC7FEA1) is known color: Reef. HEX triplet: C7, FE and A1. RGB value is (199,254,161). Sum of RGB (Red+Green+Blue) = 199+254+161=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FEA1 is #38015E. Grayscale: #E3E3E3. Windows color (decimal): -3670367 or 10616519. OLE color: 10616519.
HSL color Cylindrical-coordinate representation of color #C7FEA1: hue angle of 95.48º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7FEA1 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 161 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.00 |
| HSL | 95.48º | 0.98% | 0.81% | - |
| HSV(B) | 95.48º | 0.37% | 1% | - |
| XYZ | 65.43 | 85.6 | 46.79 | - |
| YUV | 226.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 161 | 0.22 | 0 | 0.37 | 0.00 | 95.48 | 0.98 | 0.81 |
| Hex | C7 | FE | A1 | 16 | 0 | 25 | 0 | 5F | 62 | 51 |
| Octal | 307 | 376 | 241 | 26 | 0 | 45 | 0 | 137 | 142 | 121 |
| Binary | 11000111 | 11111110 | 10100001 | 10110 | 0 | 100101 | 0 | 1011111 | 1100010 | 1010001 |
Color Harmonies of #C7FEA1
Complementary color
Monochromatic Colors of #C7FEA1
Black with #C7FEA1
Text Example
Text Example
White with #C7FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEA1; }
p { color: rgb(199,254,161); }
H1.HeaderClassName
{
color: #C7FEA1;
}
.AnyTagClassName
{
color: #C7FEA1;
}
</style>
background-color css
<style>
a { background-color: #C7FEA1; }
a { background-color: rgb(199,254,161); }
div.DivClassName
{
background-color: #C7FEA1;
}
.BgClassName
{
background-color: #C7FEA1;
}
</style>
border-color css
<style>
span { border-color: #C7FEA1; }
span { border-color: rgb(199,254,161); }
td.TdClassName
{
border-color: #C7FEA1;
}
.TagClassName
{
border-color: #C7FEA1;
}
</style>