Shades of Granny Apple #C4FDD0
Tints of Granny Apple #C4FDD0
RGB
CMYK
RGB Variations
Color information
#C4FDD0 (or 0xC4FDD0) is known color: Granny Apple. HEX triplet: C4, FD and D0. RGB value is (196,253,208). Sum of RGB (Red+Green+Blue) = 196+253+208=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #C4FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FDD0 is #3B022F. Grayscale: #E6E6E6. Windows color (decimal): -3867184 or 13696452. OLE color: 13696452.
HSL color Cylindrical-coordinate representation of color #C4FDD0: hue angle of 132.63º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FDD0 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 253 | 208 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.01 |
| HSL | 132.63º | 0.93% | 0.88% | - |
| HSV(B) | 132.63º | 0.23% | 0.99% | - |
| XYZ | 69.28 | 86.54 | 72.73 | - |
| YUV | 230.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 253 | 208 | 0.23 | 0 | 0.18 | 0.01 | 132.63 | 0.93 | 0.88 |
| Hex | C4 | FD | D0 | 17 | 0 | 12 | 1 | 85 | 5D | 58 |
| Octal | 304 | 375 | 320 | 27 | 0 | 22 | 1 | 205 | 135 | 130 |
| Binary | 11000100 | 11111101 | 11010000 | 10111 | 0 | 10010 | 1 | 10000101 | 1011101 | 1011000 |
Color Harmonies of #C4FDD0
Complementary color
Monochromatic Colors of #C4FDD0
Black with #C4FDD0
Text Example
Text Example
White with #C4FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FDD0; }
p { color: rgb(196,253,208); }
H1.HeaderClassName
{
color: #C4FDD0;
}
.AnyTagClassName
{
color: #C4FDD0;
}
</style>
background-color css
<style>
a { background-color: #C4FDD0; }
a { background-color: rgb(196,253,208); }
div.DivClassName
{
background-color: #C4FDD0;
}
.BgClassName
{
background-color: #C4FDD0;
}
</style>
border-color css
<style>
span { border-color: #C4FDD0; }
span { border-color: rgb(196,253,208); }
td.TdClassName
{
border-color: #C4FDD0;
}
.TagClassName
{
border-color: #C4FDD0;
}
</style>