Shades of Granny Apple #C4FFCC
Tints of Granny Apple #C4FFCC
RGB
CMYK
RGB Variations
Color information
#C4FFCC (or 0xC4FFCC) is known color: Granny Apple. HEX triplet: C4, FF and CC. RGB value is (196,255,204). Sum of RGB (Red+Green+Blue) = 196+255+204=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFCC is #3B0033. Grayscale: #E7E7E7. Windows color (decimal): -3866676 or 13434820. OLE color: 13434820.
HSL color Cylindrical-coordinate representation of color #C4FFCC: hue angle of 128.14º 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 #C4FFCC is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 204 | - |
| CMYK | 0.23 | 0 | 0.2 | 0 |
| HSL | 128.14º | 1% | 0.88% | - |
| HSV(B) | 128.14º | 0.23% | 1% | - |
| XYZ | 69.42 | 87.62 | 70.38 | - |
| YUV | 231.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 204 | 0.23 | 0 | 0.2 | 0 | 128.14 | 1 | 0.88 |
| Hex | C4 | FF | CC | 17 | 0 | 14 | 0 | 80 | 64 | 58 |
| Octal | 304 | 377 | 314 | 27 | 0 | 24 | 0 | 200 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11001100 | 10111 | 0 | 10100 | 0 | 10000000 | 1100100 | 1011000 |
Color Harmonies of #C4FFCC
Complementary color
Monochromatic Colors of #C4FFCC
Black with #C4FFCC
Text Example
Text Example
White with #C4FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFCC; }
p { color: rgb(196,255,204); }
H1.HeaderClassName
{
color: #C4FFCC;
}
.AnyTagClassName
{
color: #C4FFCC;
}
</style>
background-color css
<style>
a { background-color: #C4FFCC; }
a { background-color: rgb(196,255,204); }
div.DivClassName
{
background-color: #C4FFCC;
}
.BgClassName
{
background-color: #C4FFCC;
}
</style>
border-color css
<style>
span { border-color: #C4FFCC; }
span { border-color: rgb(196,255,204); }
td.TdClassName
{
border-color: #C4FFCC;
}
.TagClassName
{
border-color: #C4FFCC;
}
</style>