Shades of Reef #C5F8A5
Tints of Reef #C5F8A5
RGB
CMYK
RGB Variations
Color information
#C5F8A5 (or 0xC5F8A5) is known color: Reef. HEX triplet: C5, F8 and A5. RGB value is (197,248,165). Sum of RGB (Red+Green+Blue) = 197+248+165=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F8A5 is #3A075A. Grayscale: #DFDFDF. Windows color (decimal): -3802971 or 10877125. OLE color: 10877125.
HSL color Cylindrical-coordinate representation of color #C5F8A5: hue angle of 96.87º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5F8A5 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 165 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.03 |
| HSL | 96.87º | 0.86% | 0.81% | - |
| HSV(B) | 96.87º | 0.33% | 0.97% | - |
| XYZ | 63.38 | 81.72 | 48.03 | - |
| YUV | 223.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 165 | 0.21 | 0 | 0.33 | 0.03 | 96.87 | 0.86 | 0.81 |
| Hex | C5 | F8 | A5 | 15 | 0 | 21 | 3 | 61 | 56 | 51 |
| Octal | 305 | 370 | 245 | 25 | 0 | 41 | 3 | 141 | 126 | 121 |
| Binary | 11000101 | 11111000 | 10100101 | 10101 | 0 | 100001 | 11 | 1100001 | 1010110 | 1010001 |
Color Harmonies of #C5F8A5
Complementary color
Monochromatic Colors of #C5F8A5
Black with #C5F8A5
Text Example
Text Example
White with #C5F8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8A5; }
p { color: rgb(197,248,165); }
H1.HeaderClassName
{
color: #C5F8A5;
}
.AnyTagClassName
{
color: #C5F8A5;
}
</style>
background-color css
<style>
a { background-color: #C5F8A5; }
a { background-color: rgb(197,248,165); }
div.DivClassName
{
background-color: #C5F8A5;
}
.BgClassName
{
background-color: #C5F8A5;
}
</style>
border-color css
<style>
span { border-color: #C5F8A5; }
span { border-color: rgb(197,248,165); }
td.TdClassName
{
border-color: #C5F8A5;
}
.TagClassName
{
border-color: #C5F8A5;
}
</style>