Shades of Granny Apple #C6FFCC
Tints of Granny Apple #C6FFCC
RGB
CMYK
RGB Variations
Color information
#C6FFCC (or 0xC6FFCC) is known color: Granny Apple. HEX triplet: C6, FF and CC. RGB value is (198,255,204). Sum of RGB (Red+Green+Blue) = 198+255+204=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FFCC is #390033. Grayscale: #E8E8E8. Windows color (decimal): -3735604 or 13434822. OLE color: 13434822.
HSL color Cylindrical-coordinate representation of color #C6FFCC: hue angle of 126.32º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FFCC is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 204 | - |
| CMYK | 0.22 | 0 | 0.2 | 0 |
| HSL | 126.32º | 1% | 0.89% | - |
| HSV(B) | 126.32º | 0.22% | 1% | - |
| XYZ | 69.95 | 87.89 | 70.4 | - |
| YUV | 232.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 204 | 0.22 | 0 | 0.2 | 0 | 126.32 | 1 | 0.89 |
| Hex | C6 | FF | CC | 16 | 0 | 14 | 0 | 7E | 64 | 59 |
| Octal | 306 | 377 | 314 | 26 | 0 | 24 | 0 | 176 | 144 | 131 |
| Binary | 11000110 | 11111111 | 11001100 | 10110 | 0 | 10100 | 0 | 1111110 | 1100100 | 1011001 |
Color Harmonies of #C6FFCC
Complementary color
Monochromatic Colors of #C6FFCC
Black with #C6FFCC
Text Example
Text Example
White with #C6FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FFCC; }
p { color: rgb(198,255,204); }
H1.HeaderClassName
{
color: #C6FFCC;
}
.AnyTagClassName
{
color: #C6FFCC;
}
</style>
background-color css
<style>
a { background-color: #C6FFCC; }
a { background-color: rgb(198,255,204); }
div.DivClassName
{
background-color: #C6FFCC;
}
.BgClassName
{
background-color: #C6FFCC;
}
</style>
border-color css
<style>
span { border-color: #C6FFCC; }
span { border-color: rgb(198,255,204); }
td.TdClassName
{
border-color: #C6FFCC;
}
.TagClassName
{
border-color: #C6FFCC;
}
</style>