Shades of Granny Apple #C3FECD
Tints of Granny Apple #C3FECD
RGB
CMYK
RGB Variations
Color information
#C3FECD (or 0xC3FECD) is known color: Granny Apple. HEX triplet: C3, FE and CD. RGB value is (195,254,205). Sum of RGB (Red+Green+Blue) = 195+254+205=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FECD is #3C0132. Grayscale: #E6E6E6. Windows color (decimal): -3932467 or 13500099. OLE color: 13500099.
HSL color Cylindrical-coordinate representation of color #C3FECD: hue angle of 130.17º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FECD is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 205 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.00 |
| HSL | 130.17º | 0.97% | 0.88% | - |
| HSV(B) | 130.17º | 0.23% | 1% | - |
| XYZ | 68.97 | 86.89 | 70.89 | - |
| YUV | 230.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 205 | 0.23 | 0 | 0.19 | 0.00 | 130.17 | 0.97 | 0.88 |
| Hex | C3 | FE | CD | 17 | 0 | 13 | 0 | 82 | 61 | 58 |
| Octal | 303 | 376 | 315 | 27 | 0 | 23 | 0 | 202 | 141 | 130 |
| Binary | 11000011 | 11111110 | 11001101 | 10111 | 0 | 10011 | 0 | 10000010 | 1100001 | 1011000 |
Color Harmonies of #C3FECD
Complementary color
Monochromatic Colors of #C3FECD
Black with #C3FECD
Text Example
Text Example
White with #C3FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FECD; }
p { color: rgb(195,254,205); }
H1.HeaderClassName
{
color: #C3FECD;
}
.AnyTagClassName
{
color: #C3FECD;
}
</style>
background-color css
<style>
a { background-color: #C3FECD; }
a { background-color: rgb(195,254,205); }
div.DivClassName
{
background-color: #C3FECD;
}
.BgClassName
{
background-color: #C3FECD;
}
</style>
border-color css
<style>
span { border-color: #C3FECD; }
span { border-color: rgb(195,254,205); }
td.TdClassName
{
border-color: #C3FECD;
}
.TagClassName
{
border-color: #C3FECD;
}
</style>