Shades of Granny Apple #C5E9CC
Tints of Granny Apple #C5E9CC
RGB
CMYK
RGB Variations
Color information
#C5E9CC (or 0xC5E9CC) is known color: Granny Apple. HEX triplet: C5, E9 and CC. RGB value is (197,233,204). Sum of RGB (Red+Green+Blue) = 197+233+204=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E9CC is #3A1633. Grayscale: #DBDBDB. Windows color (decimal): -3806772 or 13429189. OLE color: 13429189.
HSL color Cylindrical-coordinate representation of color #C5E9CC: hue angle of 131.67º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E9CC is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 233 | 204 | - |
CMYK | 0.15 | 0 | 0.12 | 0.09 |
HSL | 131.67º | 0.45% | 0.84% | - |
HSV(B) | 131.67º | 0.15% | 0.91% | - |
XYZ | 63.06 | 74.51 | 68.18 | - |
YUV | 218.93 | 119.57 | 112.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 233 | 204 | 0.15 | 0 | 0.12 | 0.09 | 131.67 | 0.45 | 0.84 |
Hex | C5 | E9 | CC | F | 0 | C | 9 | 84 | 2D | 54 |
Octal | 305 | 351 | 314 | 17 | 0 | 14 | 11 | 204 | 55 | 124 |
Binary | 11000101 | 11101001 | 11001100 | 1111 | 0 | 1100 | 1001 | 10000100 | 101101 | 1010100 |
Color Harmonies of #C5E9CC
Complementary color
Monochromatic Colors of #C5E9CC
Black with #C5E9CC
Text Example
Text Example
White with #C5E9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E9CC; }
p { color: rgb(197,233,204); }
H1.HeaderClassName
{
color: #C5E9CC;
}
.AnyTagClassName
{
color: #C5E9CC;
}
</style>
background-color css
<style>
a { background-color: #C5E9CC; }
a { background-color: rgb(197,233,204); }
div.DivClassName
{
background-color: #C5E9CC;
}
.BgClassName
{
background-color: #C5E9CC;
}
</style>
border-color css
<style>
span { border-color: #C5E9CC; }
span { border-color: rgb(197,233,204); }
td.TdClassName
{
border-color: #C5E9CC;
}
.TagClassName
{
border-color: #C5E9CC;
}
</style>