Shades of Granny Apple #C3FFD4
Tints of Granny Apple #C3FFD4
RGB
CMYK
RGB Variations
Color information
#C3FFD4 (or 0xC3FFD4) is known color: Granny Apple. HEX triplet: C3, FF and D4. RGB value is (195,255,212). Sum of RGB (Red+Green+Blue) = 195+255+212=662 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.46% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFD4 is #3C002B. Grayscale: #E8E8E8. Windows color (decimal): -3932204 or 13959107. OLE color: 13959107.
HSL color Cylindrical-coordinate representation of color #C3FFD4: hue angle of 137º 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 #C3FFD4 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 212 | - |
| CMYK | 0.24 | 0 | 0.17 | 0 |
| HSL | 137º | 1% | 0.88% | - |
| HSV(B) | 137º | 0.24% | 1% | - |
| XYZ | 70.15 | 87.88 | 75.55 | - |
| YUV | 232.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 212 | 0.24 | 0 | 0.17 | 0 | 137 | 1 | 0.88 |
| Hex | C3 | FF | D4 | 18 | 0 | 11 | 0 | 89 | 64 | 58 |
| Octal | 303 | 377 | 324 | 30 | 0 | 21 | 0 | 211 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11010100 | 11000 | 0 | 10001 | 0 | 10001001 | 1100100 | 1011000 |
Color Harmonies of #C3FFD4
Complementary color
Monochromatic Colors of #C3FFD4
Black with #C3FFD4
Text Example
Text Example
White with #C3FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFD4; }
p { color: rgb(195,255,212); }
H1.HeaderClassName
{
color: #C3FFD4;
}
.AnyTagClassName
{
color: #C3FFD4;
}
</style>
background-color css
<style>
a { background-color: #C3FFD4; }
a { background-color: rgb(195,255,212); }
div.DivClassName
{
background-color: #C3FFD4;
}
.BgClassName
{
background-color: #C3FFD4;
}
</style>
border-color css
<style>
span { border-color: #C3FFD4; }
span { border-color: rgb(195,255,212); }
td.TdClassName
{
border-color: #C3FFD4;
}
.TagClassName
{
border-color: #C3FFD4;
}
</style>