Shades of Granny Apple #C5F8C6
Tints of Granny Apple #C5F8C6
RGB
CMYK
RGB Variations
Color information
#C5F8C6 (or 0xC5F8C6) is known color: Granny Apple. HEX triplet: C5, F8 and C6. RGB value is (197,248,198). Sum of RGB (Red+Green+Blue) = 197+248+198=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F8C6 is #3A0739. Grayscale: #E3E3E3. Windows color (decimal): -3802938 or 13039813. OLE color: 13039813.
HSL color Cylindrical-coordinate representation of color #C5F8C6: hue angle of 121.18º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5F8C6 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 198 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.03 |
| HSL | 121.18º | 0.78% | 0.87% | - |
| HSV(B) | 121.18º | 0.21% | 0.97% | - |
| XYZ | 66.79 | 83.08 | 65.94 | - |
| YUV | 227.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 198 | 0.21 | 0 | 0.20 | 0.03 | 121.18 | 0.78 | 0.87 |
| Hex | C5 | F8 | C6 | 15 | 0 | 14 | 3 | 79 | 4E | 57 |
| Octal | 305 | 370 | 306 | 25 | 0 | 24 | 3 | 171 | 116 | 127 |
| Binary | 11000101 | 11111000 | 11000110 | 10101 | 0 | 10100 | 11 | 1111001 | 1001110 | 1010111 |
Color Harmonies of #C5F8C6
Complementary color
Monochromatic Colors of #C5F8C6
Black with #C5F8C6
Text Example
Text Example
White with #C5F8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8C6; }
p { color: rgb(197,248,198); }
H1.HeaderClassName
{
color: #C5F8C6;
}
.AnyTagClassName
{
color: #C5F8C6;
}
</style>
background-color css
<style>
a { background-color: #C5F8C6; }
a { background-color: rgb(197,248,198); }
div.DivClassName
{
background-color: #C5F8C6;
}
.BgClassName
{
background-color: #C5F8C6;
}
</style>
border-color css
<style>
span { border-color: #C5F8C6; }
span { border-color: rgb(197,248,198); }
td.TdClassName
{
border-color: #C5F8C6;
}
.TagClassName
{
border-color: #C5F8C6;
}
</style>