Shades of Granny Apple #C8FACD
Tints of Granny Apple #C8FACD
RGB
CMYK
RGB Variations
Color information
#C8FACD (or 0xC8FACD) is known color: Granny Apple. HEX triplet: C8, FA and CD. RGB value is (200,250,205). Sum of RGB (Red+Green+Blue) = 200+250+205=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FACD is #370532. Grayscale: #E6E6E6. Windows color (decimal): -3605811 or 13499080. OLE color: 13499080.
HSL color Cylindrical-coordinate representation of color #C8FACD: hue angle of 126º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FACD is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 250 | 205 | - |
CMYK | 0.2 | 0 | 0.18 | 0.02 |
HSL | 126º | 0.83% | 0.88% | - |
HSV(B) | 126º | 0.2% | 0.98% | - |
XYZ | 69.02 | 85.06 | 70.54 | - |
YUV | 229.92 | 113.94 | 106.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 250 | 205 | 0.2 | 0 | 0.18 | 0.02 | 126 | 0.83 | 0.88 |
Hex | C8 | FA | CD | 14 | 0 | 12 | 2 | 7E | 53 | 58 |
Octal | 310 | 372 | 315 | 24 | 0 | 22 | 2 | 176 | 123 | 130 |
Binary | 11001000 | 11111010 | 11001101 | 10100 | 0 | 10010 | 10 | 1111110 | 1010011 | 1011000 |
Color Harmonies of #C8FACD
Complementary color
Monochromatic Colors of #C8FACD
Black with #C8FACD
Text Example
Text Example
White with #C8FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FACD; }
p { color: rgb(200,250,205); }
H1.HeaderClassName
{
color: #C8FACD;
}
.AnyTagClassName
{
color: #C8FACD;
}
</style>
background-color css
<style>
a { background-color: #C8FACD; }
a { background-color: rgb(200,250,205); }
div.DivClassName
{
background-color: #C8FACD;
}
.BgClassName
{
background-color: #C8FACD;
}
</style>
border-color css
<style>
span { border-color: #C8FACD; }
span { border-color: rgb(200,250,205); }
td.TdClassName
{
border-color: #C8FACD;
}
.TagClassName
{
border-color: #C8FACD;
}
</style>