Shades of Granny Apple #C8EFCC
Tints of Granny Apple #C8EFCC
RGB
CMYK
RGB Variations
Color information
#C8EFCC (or 0xC8EFCC) is known color: Granny Apple. HEX triplet: C8, EF and CC. RGB value is (200,239,204). Sum of RGB (Red+Green+Blue) = 200+239+204=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFCC is #371033. Grayscale: #DFDFDF. Windows color (decimal): -3608628 or 13430728. OLE color: 13430728.
HSL color Cylindrical-coordinate representation of color #C8EFCC: hue angle of 126.15º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFCC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 204 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.06 |
| HSL | 126.15º | 0.55% | 0.86% | - |
| HSV(B) | 126.15º | 0.16% | 0.94% | - |
| XYZ | 65.59 | 78.37 | 68.8 | - |
| YUV | 223.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 204 | 0.16 | 0 | 0.15 | 0.06 | 126.15 | 0.55 | 0.86 |
| Hex | C8 | EF | CC | 10 | 0 | F | 6 | 7E | 37 | 56 |
| Octal | 310 | 357 | 314 | 20 | 0 | 17 | 6 | 176 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11001100 | 10000 | 0 | 1111 | 110 | 1111110 | 110111 | 1010110 |
Color Harmonies of #C8EFCC
Complementary color
Monochromatic Colors of #C8EFCC
Black with #C8EFCC
Text Example
Text Example
White with #C8EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFCC; }
p { color: rgb(200,239,204); }
H1.HeaderClassName
{
color: #C8EFCC;
}
.AnyTagClassName
{
color: #C8EFCC;
}
</style>
background-color css
<style>
a { background-color: #C8EFCC; }
a { background-color: rgb(200,239,204); }
div.DivClassName
{
background-color: #C8EFCC;
}
.BgClassName
{
background-color: #C8EFCC;
}
</style>
border-color css
<style>
span { border-color: #C8EFCC; }
span { border-color: rgb(200,239,204); }
td.TdClassName
{
border-color: #C8EFCC;
}
.TagClassName
{
border-color: #C8EFCC;
}
</style>