Shades of Granny Apple #C3FDD0
Tints of Granny Apple #C3FDD0
RGB
CMYK
RGB Variations
Color information
#C3FDD0 (or 0xC3FDD0) is known color: Granny Apple. HEX triplet: C3, FD and D0. RGB value is (195,253,208). Sum of RGB (Red+Green+Blue) = 195+253+208=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FDD0 is #3C022F. Grayscale: #E6E6E6. Windows color (decimal): -3932720 or 13696451. OLE color: 13696451.
HSL color Cylindrical-coordinate representation of color #C3FDD0: hue angle of 133.45º degrees, saturation: 0.94, 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 #C3FDD0 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 253 | 208 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.01 |
| HSL | 133.45º | 0.94% | 0.88% | - |
| HSV(B) | 133.45º | 0.23% | 0.99% | - |
| XYZ | 69.02 | 86.41 | 72.72 | - |
| YUV | 230.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 253 | 208 | 0.23 | 0 | 0.18 | 0.01 | 133.45 | 0.94 | 0.88 |
| Hex | C3 | FD | D0 | 17 | 0 | 12 | 1 | 85 | 5E | 58 |
| Octal | 303 | 375 | 320 | 27 | 0 | 22 | 1 | 205 | 136 | 130 |
| Binary | 11000011 | 11111101 | 11010000 | 10111 | 0 | 10010 | 1 | 10000101 | 1011110 | 1011000 |
Color Harmonies of #C3FDD0
Complementary color
Monochromatic Colors of #C3FDD0
Black with #C3FDD0
Text Example
Text Example
White with #C3FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FDD0; }
p { color: rgb(195,253,208); }
H1.HeaderClassName
{
color: #C3FDD0;
}
.AnyTagClassName
{
color: #C3FDD0;
}
</style>
background-color css
<style>
a { background-color: #C3FDD0; }
a { background-color: rgb(195,253,208); }
div.DivClassName
{
background-color: #C3FDD0;
}
.BgClassName
{
background-color: #C3FDD0;
}
</style>
border-color css
<style>
span { border-color: #C3FDD0; }
span { border-color: rgb(195,253,208); }
td.TdClassName
{
border-color: #C3FDD0;
}
.TagClassName
{
border-color: #C3FDD0;
}
</style>