Shades of Granny Apple #C4FFCF
Tints of Granny Apple #C4FFCF
RGB
CMYK
RGB Variations
Color information
#C4FFCF (or 0xC4FFCF) is known color: Granny Apple. HEX triplet: C4, FF and CF. RGB value is (196,255,207). Sum of RGB (Red+Green+Blue) = 196+255+207=658 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.79% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFCF is #3B0030. Grayscale: #E8E8E8. Windows color (decimal): -3866673 or 13631428. OLE color: 13631428.
HSL color Cylindrical-coordinate representation of color #C4FFCF: hue angle of 131.19º 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 #C4FFCF is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 207 | - |
| CMYK | 0.23 | 0 | 0.19 | 0 |
| HSL | 131.19º | 1% | 0.88% | - |
| HSV(B) | 131.19º | 0.23% | 1% | - |
| XYZ | 69.79 | 87.76 | 72.29 | - |
| YUV | 231.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 207 | 0.23 | 0 | 0.19 | 0 | 131.19 | 1 | 0.88 |
| Hex | C4 | FF | CF | 17 | 0 | 13 | 0 | 83 | 64 | 58 |
| Octal | 304 | 377 | 317 | 27 | 0 | 23 | 0 | 203 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11001111 | 10111 | 0 | 10011 | 0 | 10000011 | 1100100 | 1011000 |
Color Harmonies of #C4FFCF
Complementary color
Monochromatic Colors of #C4FFCF
Black with #C4FFCF
Text Example
Text Example
White with #C4FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFCF; }
p { color: rgb(196,255,207); }
H1.HeaderClassName
{
color: #C4FFCF;
}
.AnyTagClassName
{
color: #C4FFCF;
}
</style>
background-color css
<style>
a { background-color: #C4FFCF; }
a { background-color: rgb(196,255,207); }
div.DivClassName
{
background-color: #C4FFCF;
}
.BgClassName
{
background-color: #C4FFCF;
}
</style>
border-color css
<style>
span { border-color: #C4FFCF; }
span { border-color: rgb(196,255,207); }
td.TdClassName
{
border-color: #C4FFCF;
}
.TagClassName
{
border-color: #C4FFCF;
}
</style>