Shades of Granny Apple #C1FFCC
Tints of Granny Apple #C1FFCC
RGB
CMYK
RGB Variations
Color information
#C1FFCC (or 0xC1FFCC) is known color: Granny Apple. HEX triplet: C1, FF and CC. RGB value is (193,255,204). Sum of RGB (Red+Green+Blue) = 193+255+204=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFCC is #3E0033. Grayscale: #E6E6E6. Windows color (decimal): -4063284 or 13434817. OLE color: 13434817.
HSL color Cylindrical-coordinate representation of color #C1FFCC: hue angle of 130.65º 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 #C1FFCC is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 204 | - |
| CMYK | 0.24 | 0 | 0.2 | 0 |
| HSL | 130.65º | 1% | 0.88% | - |
| HSV(B) | 130.65º | 0.24% | 1% | - |
| XYZ | 68.65 | 87.22 | 70.34 | - |
| YUV | 230.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 204 | 0.24 | 0 | 0.2 | 0 | 130.65 | 1 | 0.88 |
| Hex | C1 | FF | CC | 18 | 0 | 14 | 0 | 83 | 64 | 58 |
| Octal | 301 | 377 | 314 | 30 | 0 | 24 | 0 | 203 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11001100 | 11000 | 0 | 10100 | 0 | 10000011 | 1100100 | 1011000 |
Color Harmonies of #C1FFCC
Complementary color
Monochromatic Colors of #C1FFCC
Black with #C1FFCC
Text Example
Text Example
White with #C1FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFCC; }
p { color: rgb(193,255,204); }
H1.HeaderClassName
{
color: #C1FFCC;
}
.AnyTagClassName
{
color: #C1FFCC;
}
</style>
background-color css
<style>
a { background-color: #C1FFCC; }
a { background-color: rgb(193,255,204); }
div.DivClassName
{
background-color: #C1FFCC;
}
.BgClassName
{
background-color: #C1FFCC;
}
</style>
border-color css
<style>
span { border-color: #C1FFCC; }
span { border-color: rgb(193,255,204); }
td.TdClassName
{
border-color: #C1FFCC;
}
.TagClassName
{
border-color: #C1FFCC;
}
</style>