Shades of Reef #C5E5A7
Tints of Reef #C5E5A7
RGB
CMYK
RGB Variations
Color information
#C5E5A7 (or 0xC5E5A7) is known color: Reef. HEX triplet: C5, E5 and A7. RGB value is (197,229,167). Sum of RGB (Red+Green+Blue) = 197+229+167=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E5A7 is #3A1A58. Grayscale: #D4D4D4. Windows color (decimal): -3807833 or 11003333. OLE color: 11003333.
HSL color Cylindrical-coordinate representation of color #C5E5A7: hue angle of 90.97º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5E5A7 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 167 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.10 |
| HSL | 90.97º | 0.54% | 0.78% | - |
| HSV(B) | 90.97º | 0.27% | 0.9% | - |
| XYZ | 58.02 | 70.7 | 47.15 | - |
| YUV | 212.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 167 | 0.14 | 0 | 0.27 | 0.10 | 90.97 | 0.54 | 0.78 |
| Hex | C5 | E5 | A7 | E | 0 | 1B | A | 5B | 36 | 4E |
| Octal | 305 | 345 | 247 | 16 | 0 | 33 | 12 | 133 | 66 | 116 |
| Binary | 11000101 | 11100101 | 10100111 | 1110 | 0 | 11011 | 1010 | 1011011 | 110110 | 1001110 |
Color Harmonies of #C5E5A7
Complementary color
Monochromatic Colors of #C5E5A7
Black with #C5E5A7
Text Example
Text Example
White with #C5E5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E5A7; }
p { color: rgb(197,229,167); }
H1.HeaderClassName
{
color: #C5E5A7;
}
.AnyTagClassName
{
color: #C5E5A7;
}
</style>
background-color css
<style>
a { background-color: #C5E5A7; }
a { background-color: rgb(197,229,167); }
div.DivClassName
{
background-color: #C5E5A7;
}
.BgClassName
{
background-color: #C5E5A7;
}
</style>
border-color css
<style>
span { border-color: #C5E5A7; }
span { border-color: rgb(197,229,167); }
td.TdClassName
{
border-color: #C5E5A7;
}
.TagClassName
{
border-color: #C5E5A7;
}
</style>