Shades of Granny Apple #C8FCCA
Tints of Granny Apple #C8FCCA
RGB
CMYK
RGB Variations
Color information
#C8FCCA (or 0xC8FCCA) is known color: Granny Apple. HEX triplet: C8, FC and CA. RGB value is (200,252,202). Sum of RGB (Red+Green+Blue) = 200+252+202=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCCA is #370335. Grayscale: #E6E6E6. Windows color (decimal): -3605302 or 13302984. OLE color: 13302984.
HSL color Cylindrical-coordinate representation of color #C8FCCA: hue angle of 122.31º 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 #C8FCCA is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 202 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.01 |
| HSL | 122.31º | 0.9% | 0.89% | - |
| HSV(B) | 122.31º | 0.21% | 0.99% | - |
| XYZ | 69.29 | 86.16 | 68.86 | - |
| YUV | 230.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 202 | 0.21 | 0 | 0.20 | 0.01 | 122.31 | 0.9 | 0.89 |
| Hex | C8 | FC | CA | 15 | 0 | 14 | 1 | 7A | 5A | 59 |
| Octal | 310 | 374 | 312 | 25 | 0 | 24 | 1 | 172 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11001010 | 10101 | 0 | 10100 | 1 | 1111010 | 1011010 | 1011001 |
Color Harmonies of #C8FCCA
Complementary color
Monochromatic Colors of #C8FCCA
Black with #C8FCCA
Text Example
Text Example
White with #C8FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCCA; }
p { color: rgb(200,252,202); }
H1.HeaderClassName
{
color: #C8FCCA;
}
.AnyTagClassName
{
color: #C8FCCA;
}
</style>
background-color css
<style>
a { background-color: #C8FCCA; }
a { background-color: rgb(200,252,202); }
div.DivClassName
{
background-color: #C8FCCA;
}
.BgClassName
{
background-color: #C8FCCA;
}
</style>
border-color css
<style>
span { border-color: #C8FCCA; }
span { border-color: rgb(200,252,202); }
td.TdClassName
{
border-color: #C8FCCA;
}
.TagClassName
{
border-color: #C8FCCA;
}
</style>