Shades of Granny Apple #C7FFCC
Tints of Granny Apple #C7FFCC
RGB
CMYK
RGB Variations
Color information
#C7FFCC (or 0xC7FFCC) is known color: Granny Apple. HEX triplet: C7, FF and CC. RGB value is (199,255,204). Sum of RGB (Red+Green+Blue) = 199+255+204=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFCC is #380033. Grayscale: #E8E8E8. Windows color (decimal): -3670068 or 13434823. OLE color: 13434823.
HSL color Cylindrical-coordinate representation of color #C7FFCC: hue angle of 125.36º 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 #C7FFCC is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 204 | - |
| CMYK | 0.22 | 0 | 0.2 | 0 |
| HSL | 125.36º | 1% | 0.89% | - |
| HSV(B) | 125.36º | 0.22% | 1% | - |
| XYZ | 70.21 | 88.02 | 70.42 | - |
| YUV | 232.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 204 | 0.22 | 0 | 0.2 | 0 | 125.36 | 1 | 0.89 |
| Hex | C7 | FF | CC | 16 | 0 | 14 | 0 | 7D | 64 | 59 |
| Octal | 307 | 377 | 314 | 26 | 0 | 24 | 0 | 175 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11001100 | 10110 | 0 | 10100 | 0 | 1111101 | 1100100 | 1011001 |
Color Harmonies of #C7FFCC
Complementary color
Monochromatic Colors of #C7FFCC
Black with #C7FFCC
Text Example
Text Example
White with #C7FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFCC; }
p { color: rgb(199,255,204); }
H1.HeaderClassName
{
color: #C7FFCC;
}
.AnyTagClassName
{
color: #C7FFCC;
}
</style>
background-color css
<style>
a { background-color: #C7FFCC; }
a { background-color: rgb(199,255,204); }
div.DivClassName
{
background-color: #C7FFCC;
}
.BgClassName
{
background-color: #C7FFCC;
}
</style>
border-color css
<style>
span { border-color: #C7FFCC; }
span { border-color: rgb(199,255,204); }
td.TdClassName
{
border-color: #C7FFCC;
}
.TagClassName
{
border-color: #C7FFCC;
}
</style>