Shades of Granny Apple #C8FFCF
Tints of Granny Apple #C8FFCF
RGB
CMYK
RGB Variations
Color information
#C8FFCF (or 0xC8FFCF) is known color: Granny Apple. HEX triplet: C8, FF and CF. RGB value is (200,255,207). Sum of RGB (Red+Green+Blue) = 200+255+207=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFCF is #370030. Grayscale: #E9E9E9. Windows color (decimal): -3604529 or 13631432. OLE color: 13631432.
HSL color Cylindrical-coordinate representation of color #C8FFCF: hue angle of 127.64º 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 #C8FFCF is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 207 | - |
| CMYK | 0.22 | 0 | 0.19 | 0 |
| HSL | 127.64º | 1% | 0.89% | - |
| HSV(B) | 127.64º | 0.22% | 1% | - |
| XYZ | 70.84 | 88.3 | 72.34 | - |
| YUV | 233.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 207 | 0.22 | 0 | 0.19 | 0 | 127.64 | 1 | 0.89 |
| Hex | C8 | FF | CF | 16 | 0 | 13 | 0 | 80 | 64 | 59 |
| Octal | 310 | 377 | 317 | 26 | 0 | 23 | 0 | 200 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11001111 | 10110 | 0 | 10011 | 0 | 10000000 | 1100100 | 1011001 |
Color Harmonies of #C8FFCF
Complementary color
Monochromatic Colors of #C8FFCF
Black with #C8FFCF
Text Example
Text Example
White with #C8FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFCF; }
p { color: rgb(200,255,207); }
H1.HeaderClassName
{
color: #C8FFCF;
}
.AnyTagClassName
{
color: #C8FFCF;
}
</style>
background-color css
<style>
a { background-color: #C8FFCF; }
a { background-color: rgb(200,255,207); }
div.DivClassName
{
background-color: #C8FFCF;
}
.BgClassName
{
background-color: #C8FFCF;
}
</style>
border-color css
<style>
span { border-color: #C8FFCF; }
span { border-color: rgb(200,255,207); }
td.TdClassName
{
border-color: #C8FFCF;
}
.TagClassName
{
border-color: #C8FFCF;
}
</style>