Shades of Reef #C5FEA6
Tints of Reef #C5FEA6
RGB
CMYK
RGB Variations
Color information
#C5FEA6 (or 0xC5FEA6) is known color: Reef. HEX triplet: C5, FE and A6. RGB value is (197,254,166). Sum of RGB (Red+Green+Blue) = 197+254+166=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FEA6 is #3A0159. Grayscale: #E3E3E3. Windows color (decimal): -3801434 or 10944197. OLE color: 10944197.
HSL color Cylindrical-coordinate representation of color #C5FEA6: hue angle of 98.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5FEA6 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 166 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.00 |
| HSL | 98.86º | 0.98% | 0.82% | - |
| HSV(B) | 98.86º | 0.35% | 1% | - |
| XYZ | 65.35 | 85.51 | 49.14 | - |
| YUV | 226.93 | 93.62 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 166 | 0.22 | 0 | 0.35 | 0.00 | 98.86 | 0.98 | 0.82 |
| Hex | C5 | FE | A6 | 16 | 0 | 23 | 0 | 63 | 62 | 52 |
| Octal | 305 | 376 | 246 | 26 | 0 | 43 | 0 | 143 | 142 | 122 |
| Binary | 11000101 | 11111110 | 10100110 | 10110 | 0 | 100011 | 0 | 1100011 | 1100010 | 1010010 |
Color Harmonies of #C5FEA6
Complementary color
Monochromatic Colors of #C5FEA6
Black with #C5FEA6
Text Example
Text Example
White with #C5FEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEA6; }
p { color: rgb(197,254,166); }
H1.HeaderClassName
{
color: #C5FEA6;
}
.AnyTagClassName
{
color: #C5FEA6;
}
</style>
background-color css
<style>
a { background-color: #C5FEA6; }
a { background-color: rgb(197,254,166); }
div.DivClassName
{
background-color: #C5FEA6;
}
.BgClassName
{
background-color: #C5FEA6;
}
</style>
border-color css
<style>
span { border-color: #C5FEA6; }
span { border-color: rgb(197,254,166); }
td.TdClassName
{
border-color: #C5FEA6;
}
.TagClassName
{
border-color: #C5FEA6;
}
</style>