Shades of Reef #C5E7A7
Tints of Reef #C5E7A7
RGB
CMYK
RGB Variations
Color information
#C5E7A7 (or 0xC5E7A7) is known color: Reef. HEX triplet: C5, E7 and A7. RGB value is (197,231,167). Sum of RGB (Red+Green+Blue) = 197+231+167=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E7A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5E7A7 is #3A1858. Grayscale: #D5D5D5. Windows color (decimal): -3807321 or 11003845. OLE color: 11003845.
HSL color Cylindrical-coordinate representation of color #C5E7A7: hue angle of 91.88º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5E7A7 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 167 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.09 |
| HSL | 91.88º | 0.57% | 0.78% | - |
| HSV(B) | 91.88º | 0.28% | 0.91% | - |
| XYZ | 58.58 | 71.81 | 47.33 | - |
| YUV | 213.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 167 | 0.15 | 0 | 0.28 | 0.09 | 91.88 | 0.57 | 0.78 |
| Hex | C5 | E7 | A7 | F | 0 | 1C | 9 | 5C | 39 | 4E |
| Octal | 305 | 347 | 247 | 17 | 0 | 34 | 11 | 134 | 71 | 116 |
| Binary | 11000101 | 11100111 | 10100111 | 1111 | 0 | 11100 | 1001 | 1011100 | 111001 | 1001110 |
Color Harmonies of #C5E7A7
Complementary color
Monochromatic Colors of #C5E7A7
Black with #C5E7A7
Text Example
Text Example
White with #C5E7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E7A7; }
p { color: rgb(197,231,167); }
H1.HeaderClassName
{
color: #C5E7A7;
}
.AnyTagClassName
{
color: #C5E7A7;
}
</style>
background-color css
<style>
a { background-color: #C5E7A7; }
a { background-color: rgb(197,231,167); }
div.DivClassName
{
background-color: #C5E7A7;
}
.BgClassName
{
background-color: #C5E7A7;
}
</style>
border-color css
<style>
span { border-color: #C5E7A7; }
span { border-color: rgb(197,231,167); }
td.TdClassName
{
border-color: #C5E7A7;
}
.TagClassName
{
border-color: #C5E7A7;
}
</style>