Shades of Granny Apple #C3FFD3
Tints of Granny Apple #C3FFD3
RGB
CMYK
RGB Variations
Color information
#C3FFD3 (or 0xC3FFD3) is known color: Granny Apple. HEX triplet: C3, FF and D3. RGB value is (195,255,211). Sum of RGB (Red+Green+Blue) = 195+255+211=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFD3 is #3C002C. Grayscale: #E8E8E8. Windows color (decimal): -3932205 or 13893571. OLE color: 13893571.
HSL color Cylindrical-coordinate representation of color #C3FFD3: hue angle of 136º 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 #C3FFD3 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 211 | - |
| CMYK | 0.24 | 0 | 0.17 | 0 |
| HSL | 136º | 1% | 0.88% | - |
| HSV(B) | 136º | 0.24% | 1% | - |
| XYZ | 70.02 | 87.83 | 74.89 | - |
| YUV | 232.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 211 | 0.24 | 0 | 0.17 | 0 | 136 | 1 | 0.88 |
| Hex | C3 | FF | D3 | 18 | 0 | 11 | 0 | 88 | 64 | 58 |
| Octal | 303 | 377 | 323 | 30 | 0 | 21 | 0 | 210 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11010011 | 11000 | 0 | 10001 | 0 | 10001000 | 1100100 | 1011000 |
Color Harmonies of #C3FFD3
Complementary color
Monochromatic Colors of #C3FFD3
Black with #C3FFD3
Text Example
Text Example
White with #C3FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFD3; }
p { color: rgb(195,255,211); }
H1.HeaderClassName
{
color: #C3FFD3;
}
.AnyTagClassName
{
color: #C3FFD3;
}
</style>
background-color css
<style>
a { background-color: #C3FFD3; }
a { background-color: rgb(195,255,211); }
div.DivClassName
{
background-color: #C3FFD3;
}
.BgClassName
{
background-color: #C3FFD3;
}
</style>
border-color css
<style>
span { border-color: #C3FFD3; }
span { border-color: rgb(195,255,211); }
td.TdClassName
{
border-color: #C3FFD3;
}
.TagClassName
{
border-color: #C3FFD3;
}
</style>