Shades of Granny Apple #C3FDD5
Tints of Granny Apple #C3FDD5
RGB
CMYK
RGB Variations
Color information
#C3FDD5 (or 0xC3FDD5) is known color: Granny Apple. HEX triplet: C3, FD and D5. RGB value is (195,253,213). Sum of RGB (Red+Green+Blue) = 195+253+213=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FDD5 is #3C022A. Grayscale: #E7E7E7. Windows color (decimal): -3932715 or 14024131. OLE color: 14024131.
HSL color Cylindrical-coordinate representation of color #C3FDD5: hue angle of 138.62º 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 #C3FDD5 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 253 | 213 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.01 |
| HSL | 138.62º | 0.94% | 0.88% | - |
| HSV(B) | 138.62º | 0.23% | 0.99% | - |
| XYZ | 69.64 | 86.66 | 76.01 | - |
| YUV | 231.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 253 | 213 | 0.23 | 0 | 0.16 | 0.01 | 138.62 | 0.94 | 0.88 |
| Hex | C3 | FD | D5 | 17 | 0 | 10 | 1 | 8B | 5E | 58 |
| Octal | 303 | 375 | 325 | 27 | 0 | 20 | 1 | 213 | 136 | 130 |
| Binary | 11000011 | 11111101 | 11010101 | 10111 | 0 | 10000 | 1 | 10001011 | 1011110 | 1011000 |
Color Harmonies of #C3FDD5
Complementary color
Monochromatic Colors of #C3FDD5
Black with #C3FDD5
Text Example
Text Example
White with #C3FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FDD5; }
p { color: rgb(195,253,213); }
H1.HeaderClassName
{
color: #C3FDD5;
}
.AnyTagClassName
{
color: #C3FDD5;
}
</style>
background-color css
<style>
a { background-color: #C3FDD5; }
a { background-color: rgb(195,253,213); }
div.DivClassName
{
background-color: #C3FDD5;
}
.BgClassName
{
background-color: #C3FDD5;
}
</style>
border-color css
<style>
span { border-color: #C3FDD5; }
span { border-color: rgb(195,253,213); }
td.TdClassName
{
border-color: #C3FDD5;
}
.TagClassName
{
border-color: #C3FDD5;
}
</style>