Shades of Granny Apple #C8FCCF
Tints of Granny Apple #C8FCCF
RGB
CMYK
RGB Variations
Color information
#C8FCCF (or 0xC8FCCF) is known color: Granny Apple. HEX triplet: C8, FC and CF. RGB value is (200,252,207). Sum of RGB (Red+Green+Blue) = 200+252+207=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCCF is #370330. Grayscale: #E7E7E7. Windows color (decimal): -3605297 or 13630664. OLE color: 13630664.
HSL color Cylindrical-coordinate representation of color #C8FCCF: hue angle of 128.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCCF is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 252 | 207 | - |
CMYK | 0.21 | 0 | 0.18 | 0.01 |
HSL | 128.08º | 0.9% | 0.89% | - |
HSV(B) | 128.08º | 0.21% | 0.99% | - |
XYZ | 69.89 | 86.41 | 72.03 | - |
YUV | 231.32 | 114.27 | 105.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 252 | 207 | 0.21 | 0 | 0.18 | 0.01 | 128.08 | 0.9 | 0.89 |
Hex | C8 | FC | CF | 15 | 0 | 12 | 1 | 80 | 5A | 59 |
Octal | 310 | 374 | 317 | 25 | 0 | 22 | 1 | 200 | 132 | 131 |
Binary | 11001000 | 11111100 | 11001111 | 10101 | 0 | 10010 | 1 | 10000000 | 1011010 | 1011001 |
Color Harmonies of #C8FCCF
Complementary color
Monochromatic Colors of #C8FCCF
Black with #C8FCCF
Text Example
Text Example
White with #C8FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCCF; }
p { color: rgb(200,252,207); }
H1.HeaderClassName
{
color: #C8FCCF;
}
.AnyTagClassName
{
color: #C8FCCF;
}
</style>
background-color css
<style>
a { background-color: #C8FCCF; }
a { background-color: rgb(200,252,207); }
div.DivClassName
{
background-color: #C8FCCF;
}
.BgClassName
{
background-color: #C8FCCF;
}
</style>
border-color css
<style>
span { border-color: #C8FCCF; }
span { border-color: rgb(200,252,207); }
td.TdClassName
{
border-color: #C8FCCF;
}
.TagClassName
{
border-color: #C8FCCF;
}
</style>