Shades of Granny Apple #C8F5CD
Tints of Granny Apple #C8F5CD
RGB
CMYK
RGB Variations
Color information
#C8F5CD (or 0xC8F5CD) is known color: Granny Apple. HEX triplet: C8, F5 and CD. RGB value is (200,245,205). Sum of RGB (Red+Green+Blue) = 200+245+205=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F5CD is #370A32. Grayscale: #E3E3E3. Windows color (decimal): -3607091 or 13497800. OLE color: 13497800.
HSL color Cylindrical-coordinate representation of color #C8F5CD: hue angle of 126.67º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F5CD is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 200 | 245 | 205 | - |
CMYK | 0.18 | 0 | 0.16 | 0.04 |
HSL | 126.67º | 0.69% | 0.87% | - |
HSV(B) | 126.67º | 0.18% | 0.96% | - |
XYZ | 67.49 | 81.99 | 70.03 | - |
YUV | 226.99 | 115.59 | 108.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 245 | 205 | 0.18 | 0 | 0.16 | 0.04 | 126.67 | 0.69 | 0.87 |
Hex | C8 | F5 | CD | 12 | 0 | 10 | 4 | 7F | 45 | 57 |
Octal | 310 | 365 | 315 | 22 | 0 | 20 | 4 | 177 | 105 | 127 |
Binary | 11001000 | 11110101 | 11001101 | 10010 | 0 | 10000 | 100 | 1111111 | 1000101 | 1010111 |
Color Harmonies of #C8F5CD
Complementary color
Monochromatic Colors of #C8F5CD
Black with #C8F5CD
Text Example
Text Example
White with #C8F5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F5CD; }
p { color: rgb(200,245,205); }
H1.HeaderClassName
{
color: #C8F5CD;
}
.AnyTagClassName
{
color: #C8F5CD;
}
</style>
background-color css
<style>
a { background-color: #C8F5CD; }
a { background-color: rgb(200,245,205); }
div.DivClassName
{
background-color: #C8F5CD;
}
.BgClassName
{
background-color: #C8F5CD;
}
</style>
border-color css
<style>
span { border-color: #C8F5CD; }
span { border-color: rgb(200,245,205); }
td.TdClassName
{
border-color: #C8F5CD;
}
.TagClassName
{
border-color: #C8F5CD;
}
</style>