Shades of Granny Apple #C8FCCD
Tints of Granny Apple #C8FCCD
RGB
CMYK
RGB Variations
Color information
#C8FCCD (or 0xC8FCCD) is known color: Granny Apple. HEX triplet: C8, FC and CD. RGB value is (200,252,205). Sum of RGB (Red+Green+Blue) = 200+252+205=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCCD is #370332. Grayscale: #E7E7E7. Windows color (decimal): -3605299 or 13499592. OLE color: 13499592.
HSL color Cylindrical-coordinate representation of color #C8FCCD: hue angle of 125.77º 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 #C8FCCD is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 205 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.01 |
| HSL | 125.77º | 0.9% | 0.89% | - |
| HSV(B) | 125.77º | 0.21% | 0.99% | - |
| XYZ | 69.65 | 86.31 | 70.75 | - |
| YUV | 231.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 205 | 0.21 | 0 | 0.19 | 0.01 | 125.77 | 0.9 | 0.89 |
| Hex | C8 | FC | CD | 15 | 0 | 13 | 1 | 7E | 5A | 59 |
| Octal | 310 | 374 | 315 | 25 | 0 | 23 | 1 | 176 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11001101 | 10101 | 0 | 10011 | 1 | 1111110 | 1011010 | 1011001 |
Color Harmonies of #C8FCCD
Complementary color
Monochromatic Colors of #C8FCCD
Black with #C8FCCD
Text Example
Text Example
White with #C8FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCCD; }
p { color: rgb(200,252,205); }
H1.HeaderClassName
{
color: #C8FCCD;
}
.AnyTagClassName
{
color: #C8FCCD;
}
</style>
background-color css
<style>
a { background-color: #C8FCCD; }
a { background-color: rgb(200,252,205); }
div.DivClassName
{
background-color: #C8FCCD;
}
.BgClassName
{
background-color: #C8FCCD;
}
</style>
border-color css
<style>
span { border-color: #C8FCCD; }
span { border-color: rgb(200,252,205); }
td.TdClassName
{
border-color: #C8FCCD;
}
.TagClassName
{
border-color: #C8FCCD;
}
</style>