Shades of Reef #C5F1A4
Tints of Reef #C5F1A4
RGB
CMYK
RGB Variations
Color information
#C5F1A4 (or 0xC5F1A4) is known color: Reef. HEX triplet: C5, F1 and A4. RGB value is (197,241,164). Sum of RGB (Red+Green+Blue) = 197+241+164=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F1A4 is #3A0E5B. Grayscale: #DBDBDB. Windows color (decimal): -3804764 or 10809797. OLE color: 10809797.
HSL color Cylindrical-coordinate representation of color #C5F1A4: hue angle of 94.29º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5F1A4 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 164 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.05 |
| HSL | 94.29º | 0.73% | 0.79% | - |
| HSV(B) | 94.29º | 0.32% | 0.95% | - |
| XYZ | 61.18 | 77.46 | 46.85 | - |
| YUV | 219.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 164 | 0.18 | 0 | 0.32 | 0.05 | 94.29 | 0.73 | 0.79 |
| Hex | C5 | F1 | A4 | 12 | 0 | 20 | 5 | 5E | 49 | 4F |
| Octal | 305 | 361 | 244 | 22 | 0 | 40 | 5 | 136 | 111 | 117 |
| Binary | 11000101 | 11110001 | 10100100 | 10010 | 0 | 100000 | 101 | 1011110 | 1001001 | 1001111 |
Color Harmonies of #C5F1A4
Complementary color
Monochromatic Colors of #C5F1A4
Black with #C5F1A4
Text Example
Text Example
White with #C5F1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F1A4; }
p { color: rgb(197,241,164); }
H1.HeaderClassName
{
color: #C5F1A4;
}
.AnyTagClassName
{
color: #C5F1A4;
}
</style>
background-color css
<style>
a { background-color: #C5F1A4; }
a { background-color: rgb(197,241,164); }
div.DivClassName
{
background-color: #C5F1A4;
}
.BgClassName
{
background-color: #C5F1A4;
}
</style>
border-color css
<style>
span { border-color: #C5F1A4; }
span { border-color: rgb(197,241,164); }
td.TdClassName
{
border-color: #C5F1A4;
}
.TagClassName
{
border-color: #C5F1A4;
}
</style>