Shades of Granny Apple #C3FFD0
Tints of Granny Apple #C3FFD0
RGB
CMYK
RGB Variations
Color information
#C3FFD0 (or 0xC3FFD0) is known color: Granny Apple. HEX triplet: C3, FF and D0. RGB value is (195,255,208). Sum of RGB (Red+Green+Blue) = 195+255+208=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFD0 is #3C002F. Grayscale: #E7E7E7. Windows color (decimal): -3932208 or 13696963. OLE color: 13696963.
HSL color Cylindrical-coordinate representation of color #C3FFD0: hue angle of 133º 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 #C3FFD0 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 208 | - |
| CMYK | 0.24 | 0 | 0.18 | 0 |
| HSL | 133º | 1% | 0.88% | - |
| HSV(B) | 133º | 0.24% | 1% | - |
| XYZ | 69.65 | 87.68 | 72.93 | - |
| YUV | 231.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 208 | 0.24 | 0 | 0.18 | 0 | 133 | 1 | 0.88 |
| Hex | C3 | FF | D0 | 18 | 0 | 12 | 0 | 85 | 64 | 58 |
| Octal | 303 | 377 | 320 | 30 | 0 | 22 | 0 | 205 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11010000 | 11000 | 0 | 10010 | 0 | 10000101 | 1100100 | 1011000 |
Color Harmonies of #C3FFD0
Complementary color
Monochromatic Colors of #C3FFD0
Black with #C3FFD0
Text Example
Text Example
White with #C3FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFD0; }
p { color: rgb(195,255,208); }
H1.HeaderClassName
{
color: #C3FFD0;
}
.AnyTagClassName
{
color: #C3FFD0;
}
</style>
background-color css
<style>
a { background-color: #C3FFD0; }
a { background-color: rgb(195,255,208); }
div.DivClassName
{
background-color: #C3FFD0;
}
.BgClassName
{
background-color: #C3FFD0;
}
</style>
border-color css
<style>
span { border-color: #C3FFD0; }
span { border-color: rgb(195,255,208); }
td.TdClassName
{
border-color: #C3FFD0;
}
.TagClassName
{
border-color: #C3FFD0;
}
</style>