Shades of Granny Apple #C4FFD4
Tints of Granny Apple #C4FFD4
RGB
CMYK
RGB Variations
Color information
#C4FFD4 (or 0xC4FFD4) is known color: Granny Apple. HEX triplet: C4, FF and D4. RGB value is (196,255,212). Sum of RGB (Red+Green+Blue) = 196+255+212=663 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.56% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFD4 is #3B002B. Grayscale: #E8E8E8. Windows color (decimal): -3866668 or 13959108. OLE color: 13959108.
HSL color Cylindrical-coordinate representation of color #C4FFD4: hue angle of 136.27º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FFD4 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 212 | - |
| CMYK | 0.23 | 0 | 0.17 | 0 |
| HSL | 136.27º | 1% | 0.88% | - |
| HSV(B) | 136.27º | 0.23% | 1% | - |
| XYZ | 70.41 | 88.01 | 75.56 | - |
| YUV | 232.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 212 | 0.23 | 0 | 0.17 | 0 | 136.27 | 1 | 0.88 |
| Hex | C4 | FF | D4 | 17 | 0 | 11 | 0 | 88 | 64 | 58 |
| Octal | 304 | 377 | 324 | 27 | 0 | 21 | 0 | 210 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11010100 | 10111 | 0 | 10001 | 0 | 10001000 | 1100100 | 1011000 |
Color Harmonies of #C4FFD4
Complementary color
Monochromatic Colors of #C4FFD4
Black with #C4FFD4
Text Example
Text Example
White with #C4FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFD4; }
p { color: rgb(196,255,212); }
H1.HeaderClassName
{
color: #C4FFD4;
}
.AnyTagClassName
{
color: #C4FFD4;
}
</style>
background-color css
<style>
a { background-color: #C4FFD4; }
a { background-color: rgb(196,255,212); }
div.DivClassName
{
background-color: #C4FFD4;
}
.BgClassName
{
background-color: #C4FFD4;
}
</style>
border-color css
<style>
span { border-color: #C4FFD4; }
span { border-color: rgb(196,255,212); }
td.TdClassName
{
border-color: #C4FFD4;
}
.TagClassName
{
border-color: #C4FFD4;
}
</style>