Shades of Granny Apple #C5F7D3
Tints of Granny Apple #C5F7D3
RGB
CMYK
RGB Variations
Color information
#C5F7D3 (or 0xC5F7D3) is known color: Granny Apple. HEX triplet: C5, F7 and D3. RGB value is (197,247,211). Sum of RGB (Red+Green+Blue) = 197+247+211=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F7D3 is #3A082C. Grayscale: #E4E4E4. Windows color (decimal): -3803181 or 13891525. OLE color: 13891525.
HSL color Cylindrical-coordinate representation of color #C5F7D3: hue angle of 136.8º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5F7D3 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 211 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.03 |
| HSL | 136.8º | 0.76% | 0.87% | - |
| HSV(B) | 136.8º | 0.2% | 0.97% | - |
| XYZ | 68.04 | 83.09 | 74.08 | - |
| YUV | 227.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 211 | 0.20 | 0 | 0.15 | 0.03 | 136.8 | 0.76 | 0.87 |
| Hex | C5 | F7 | D3 | 14 | 0 | F | 3 | 89 | 4C | 57 |
| Octal | 305 | 367 | 323 | 24 | 0 | 17 | 3 | 211 | 114 | 127 |
| Binary | 11000101 | 11110111 | 11010011 | 10100 | 0 | 1111 | 11 | 10001001 | 1001100 | 1010111 |
Color Harmonies of #C5F7D3
Complementary color
Monochromatic Colors of #C5F7D3
Black with #C5F7D3
Text Example
Text Example
White with #C5F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F7D3; }
p { color: rgb(197,247,211); }
H1.HeaderClassName
{
color: #C5F7D3;
}
.AnyTagClassName
{
color: #C5F7D3;
}
</style>
background-color css
<style>
a { background-color: #C5F7D3; }
a { background-color: rgb(197,247,211); }
div.DivClassName
{
background-color: #C5F7D3;
}
.BgClassName
{
background-color: #C5F7D3;
}
</style>
border-color css
<style>
span { border-color: #C5F7D3; }
span { border-color: rgb(197,247,211); }
td.TdClassName
{
border-color: #C5F7D3;
}
.TagClassName
{
border-color: #C5F7D3;
}
</style>