Shades of Granny Apple #C3EDCD
Tints of Granny Apple #C3EDCD
RGB
CMYK
RGB Variations
Color information
#C3EDCD (or 0xC3EDCD) is known color: Granny Apple. HEX triplet: C3, ED and CD. RGB value is (195,237,205). Sum of RGB (Red+Green+Blue) = 195+237+205=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDCD is #3C1232. Grayscale: #DCDCDC. Windows color (decimal): -3936819 or 13495747. OLE color: 13495747.
HSL color Cylindrical-coordinate representation of color #C3EDCD: hue angle of 134.29º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EDCD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 205 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.07 |
| HSL | 134.29º | 0.54% | 0.85% | - |
| HSV(B) | 134.29º | 0.18% | 0.93% | - |
| XYZ | 63.81 | 76.58 | 69.18 | - |
| YUV | 220.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 205 | 0.18 | 0 | 0.14 | 0.07 | 134.29 | 0.54 | 0.85 |
| Hex | C3 | ED | CD | 12 | 0 | E | 7 | 86 | 36 | 55 |
| Octal | 303 | 355 | 315 | 22 | 0 | 16 | 7 | 206 | 66 | 125 |
| Binary | 11000011 | 11101101 | 11001101 | 10010 | 0 | 1110 | 111 | 10000110 | 110110 | 1010101 |
Color Harmonies of #C3EDCD
Complementary color
Monochromatic Colors of #C3EDCD
Black with #C3EDCD
Text Example
Text Example
White with #C3EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDCD; }
p { color: rgb(195,237,205); }
H1.HeaderClassName
{
color: #C3EDCD;
}
.AnyTagClassName
{
color: #C3EDCD;
}
</style>
background-color css
<style>
a { background-color: #C3EDCD; }
a { background-color: rgb(195,237,205); }
div.DivClassName
{
background-color: #C3EDCD;
}
.BgClassName
{
background-color: #C3EDCD;
}
</style>
border-color css
<style>
span { border-color: #C3EDCD; }
span { border-color: rgb(195,237,205); }
td.TdClassName
{
border-color: #C3EDCD;
}
.TagClassName
{
border-color: #C3EDCD;
}
</style>