Shades of Granny Apple #C3FFD5
Tints of Granny Apple #C3FFD5
RGB
CMYK
RGB Variations
Color information
#C3FFD5 (or 0xC3FFD5) is known color: Granny Apple. HEX triplet: C3, FF and D5. RGB value is (195,255,213). Sum of RGB (Red+Green+Blue) = 195+255+213=663 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.41% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFD5 is #3C002A. Grayscale: #E8E8E8. Windows color (decimal): -3932203 or 14024643. OLE color: 14024643.
HSL color Cylindrical-coordinate representation of color #C3FFD5: hue angle of 138º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFD5 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 213 | - |
| CMYK | 0.24 | 0 | 0.16 | 0 |
| HSL | 138º | 1% | 0.88% | - |
| HSV(B) | 138º | 0.24% | 1% | - |
| XYZ | 70.28 | 87.93 | 76.22 | - |
| YUV | 232.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 213 | 0.24 | 0 | 0.16 | 0 | 138 | 1 | 0.88 |
| Hex | C3 | FF | D5 | 18 | 0 | 10 | 0 | 8A | 64 | 58 |
| Octal | 303 | 377 | 325 | 30 | 0 | 20 | 0 | 212 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11010101 | 11000 | 0 | 10000 | 0 | 10001010 | 1100100 | 1011000 |
Color Harmonies of #C3FFD5
Complementary color
Monochromatic Colors of #C3FFD5
Black with #C3FFD5
Text Example
Text Example
White with #C3FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFD5; }
p { color: rgb(195,255,213); }
H1.HeaderClassName
{
color: #C3FFD5;
}
.AnyTagClassName
{
color: #C3FFD5;
}
</style>
background-color css
<style>
a { background-color: #C3FFD5; }
a { background-color: rgb(195,255,213); }
div.DivClassName
{
background-color: #C3FFD5;
}
.BgClassName
{
background-color: #C3FFD5;
}
</style>
border-color css
<style>
span { border-color: #C3FFD5; }
span { border-color: rgb(195,255,213); }
td.TdClassName
{
border-color: #C3FFD5;
}
.TagClassName
{
border-color: #C3FFD5;
}
</style>