Shades of Granny Apple #C3FFCD
Tints of Granny Apple #C3FFCD
RGB
CMYK
RGB Variations
Color information
#C3FFCD (or 0xC3FFCD) is known color: Granny Apple. HEX triplet: C3, FF and CD. RGB value is (195,255,205). Sum of RGB (Red+Green+Blue) = 195+255+205=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFCD is #3C0032. Grayscale: #E7E7E7. Windows color (decimal): -3932211 or 13500355. OLE color: 13500355.
HSL color Cylindrical-coordinate representation of color #C3FFCD: hue angle of 130º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFCD is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 205 | - |
| CMYK | 0.24 | 0 | 0.20 | 0 |
| HSL | 130º | 1% | 0.88% | - |
| HSV(B) | 130º | 0.24% | 1% | - |
| XYZ | 69.29 | 87.53 | 71 | - |
| YUV | 231.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 205 | 0.24 | 0 | 0.20 | 0 | 130 | 1 | 0.88 |
| Hex | C3 | FF | CD | 18 | 0 | 14 | 0 | 82 | 64 | 58 |
| Octal | 303 | 377 | 315 | 30 | 0 | 24 | 0 | 202 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11001101 | 11000 | 0 | 10100 | 0 | 10000010 | 1100100 | 1011000 |
Color Harmonies of #C3FFCD
Complementary color
Monochromatic Colors of #C3FFCD
Black with #C3FFCD
Text Example
Text Example
White with #C3FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFCD; }
p { color: rgb(195,255,205); }
H1.HeaderClassName
{
color: #C3FFCD;
}
.AnyTagClassName
{
color: #C3FFCD;
}
</style>
background-color css
<style>
a { background-color: #C3FFCD; }
a { background-color: rgb(195,255,205); }
div.DivClassName
{
background-color: #C3FFCD;
}
.BgClassName
{
background-color: #C3FFCD;
}
</style>
border-color css
<style>
span { border-color: #C3FFCD; }
span { border-color: rgb(195,255,205); }
td.TdClassName
{
border-color: #C3FFCD;
}
.TagClassName
{
border-color: #C3FFCD;
}
</style>