Shades of Reef #C5F9A5
Tints of Reef #C5F9A5
RGB
CMYK
RGB Variations
Color information
#C5F9A5 (or 0xC5F9A5) is known color: Reef. HEX triplet: C5, F9 and A5. RGB value is (197,249,165). Sum of RGB (Red+Green+Blue) = 197+249+165=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 165 (64.84% from 255 or 27.00% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F9A5 is #3A065A. Grayscale: #E0E0E0. Windows color (decimal): -3802715 or 10877381. OLE color: 10877381.
HSL color Cylindrical-coordinate representation of color #C5F9A5: hue angle of 97.14º 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 #C5F9A5 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 165 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.02 |
| HSL | 97.14º | 0.88% | 0.81% | - |
| HSV(B) | 97.14º | 0.34% | 0.98% | - |
| XYZ | 63.69 | 82.34 | 48.13 | - |
| YUV | 223.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 165 | 0.21 | 0 | 0.34 | 0.02 | 97.14 | 0.88 | 0.81 |
| Hex | C5 | F9 | A5 | 15 | 0 | 22 | 2 | 61 | 58 | 51 |
| Octal | 305 | 371 | 245 | 25 | 0 | 42 | 2 | 141 | 130 | 121 |
| Binary | 11000101 | 11111001 | 10100101 | 10101 | 0 | 100010 | 10 | 1100001 | 1011000 | 1010001 |
Color Harmonies of #C5F9A5
Complementary color
Monochromatic Colors of #C5F9A5
Black with #C5F9A5
Text Example
Text Example
White with #C5F9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F9A5; }
p { color: rgb(197,249,165); }
H1.HeaderClassName
{
color: #C5F9A5;
}
.AnyTagClassName
{
color: #C5F9A5;
}
</style>
background-color css
<style>
a { background-color: #C5F9A5; }
a { background-color: rgb(197,249,165); }
div.DivClassName
{
background-color: #C5F9A5;
}
.BgClassName
{
background-color: #C5F9A5;
}
</style>
border-color css
<style>
span { border-color: #C5F9A5; }
span { border-color: rgb(197,249,165); }
td.TdClassName
{
border-color: #C5F9A5;
}
.TagClassName
{
border-color: #C5F9A5;
}
</style>