Shades of Reef #C7F9A4
Tints of Reef #C7F9A4
RGB
CMYK
RGB Variations
Color information
#C7F9A4 (or 0xC7F9A4) is known color: Reef. HEX triplet: C7, F9 and A4. RGB value is (199,249,164). Sum of RGB (Red+Green+Blue) = 199+249+164=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F9A4 is #38065B. Grayscale: #E0E0E0. Windows color (decimal): -3671644 or 10811847. OLE color: 10811847.
HSL color Cylindrical-coordinate representation of color #C7F9A4: hue angle of 95.29º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7F9A4 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 164 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.02 |
| HSL | 95.29º | 0.88% | 0.81% | - |
| HSV(B) | 95.29º | 0.34% | 0.98% | - |
| XYZ | 64.13 | 82.57 | 47.68 | - |
| YUV | 224.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 164 | 0.20 | 0 | 0.34 | 0.02 | 95.29 | 0.88 | 0.81 |
| Hex | C7 | F9 | A4 | 14 | 0 | 22 | 2 | 5F | 58 | 51 |
| Octal | 307 | 371 | 244 | 24 | 0 | 42 | 2 | 137 | 130 | 121 |
| Binary | 11000111 | 11111001 | 10100100 | 10100 | 0 | 100010 | 10 | 1011111 | 1011000 | 1010001 |
Color Harmonies of #C7F9A4
Complementary color
Monochromatic Colors of #C7F9A4
Black with #C7F9A4
Text Example
Text Example
White with #C7F9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F9A4; }
p { color: rgb(199,249,164); }
H1.HeaderClassName
{
color: #C7F9A4;
}
.AnyTagClassName
{
color: #C7F9A4;
}
</style>
background-color css
<style>
a { background-color: #C7F9A4; }
a { background-color: rgb(199,249,164); }
div.DivClassName
{
background-color: #C7F9A4;
}
.BgClassName
{
background-color: #C7F9A4;
}
</style>
border-color css
<style>
span { border-color: #C7F9A4; }
span { border-color: rgb(199,249,164); }
td.TdClassName
{
border-color: #C7F9A4;
}
.TagClassName
{
border-color: #C7F9A4;
}
</style>