Shades of Granny Apple #C5FFCF
Tints of Granny Apple #C5FFCF
RGB
CMYK
RGB Variations
Color information
#C5FFCF (or 0xC5FFCF) is known color: Granny Apple. HEX triplet: C5, FF and CF. RGB value is (197,255,207). Sum of RGB (Red+Green+Blue) = 197+255+207=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFCF is #3A0030. Grayscale: #E8E8E8. Windows color (decimal): -3801137 or 13631429. OLE color: 13631429.
HSL color Cylindrical-coordinate representation of color #C5FFCF: hue angle of 130.34º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFCF is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 207 | - |
| CMYK | 0.23 | 0 | 0.19 | 0 |
| HSL | 130.34º | 1% | 0.89% | - |
| HSV(B) | 130.34º | 0.23% | 1% | - |
| XYZ | 70.05 | 87.9 | 72.31 | - |
| YUV | 232.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 207 | 0.23 | 0 | 0.19 | 0 | 130.34 | 1 | 0.89 |
| Hex | C5 | FF | CF | 17 | 0 | 13 | 0 | 82 | 64 | 59 |
| Octal | 305 | 377 | 317 | 27 | 0 | 23 | 0 | 202 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11001111 | 10111 | 0 | 10011 | 0 | 10000010 | 1100100 | 1011001 |
Color Harmonies of #C5FFCF
Complementary color
Monochromatic Colors of #C5FFCF
Black with #C5FFCF
Text Example
Text Example
White with #C5FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFCF; }
p { color: rgb(197,255,207); }
H1.HeaderClassName
{
color: #C5FFCF;
}
.AnyTagClassName
{
color: #C5FFCF;
}
</style>
background-color css
<style>
a { background-color: #C5FFCF; }
a { background-color: rgb(197,255,207); }
div.DivClassName
{
background-color: #C5FFCF;
}
.BgClassName
{
background-color: #C5FFCF;
}
</style>
border-color css
<style>
span { border-color: #C5FFCF; }
span { border-color: rgb(197,255,207); }
td.TdClassName
{
border-color: #C5FFCF;
}
.TagClassName
{
border-color: #C5FFCF;
}
</style>