Shades of Granny Apple #C3FFCF
Tints of Granny Apple #C3FFCF
RGB
CMYK
RGB Variations
Color information
#C3FFCF (or 0xC3FFCF) is known color: Granny Apple. HEX triplet: C3, FF and CF. RGB value is (195,255,207). Sum of RGB (Red+Green+Blue) = 195+255+207=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFCF is #3C0030. Grayscale: #E7E7E7. Windows color (decimal): -3932209 or 13631427. OLE color: 13631427.
HSL color Cylindrical-coordinate representation of color #C3FFCF: hue angle of 132º 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 #C3FFCF is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 207 | - |
| CMYK | 0.24 | 0 | 0.19 | 0 |
| HSL | 132º | 1% | 0.88% | - |
| HSV(B) | 132º | 0.24% | 1% | - |
| XYZ | 69.53 | 87.63 | 72.28 | - |
| YUV | 231.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 207 | 0.24 | 0 | 0.19 | 0 | 132 | 1 | 0.88 |
| Hex | C3 | FF | CF | 18 | 0 | 13 | 0 | 84 | 64 | 58 |
| Octal | 303 | 377 | 317 | 30 | 0 | 23 | 0 | 204 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11001111 | 11000 | 0 | 10011 | 0 | 10000100 | 1100100 | 1011000 |
Color Harmonies of #C3FFCF
Complementary color
Monochromatic Colors of #C3FFCF
Black with #C3FFCF
Text Example
Text Example
White with #C3FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFCF; }
p { color: rgb(195,255,207); }
H1.HeaderClassName
{
color: #C3FFCF;
}
.AnyTagClassName
{
color: #C3FFCF;
}
</style>
background-color css
<style>
a { background-color: #C3FFCF; }
a { background-color: rgb(195,255,207); }
div.DivClassName
{
background-color: #C3FFCF;
}
.BgClassName
{
background-color: #C3FFCF;
}
</style>
border-color css
<style>
span { border-color: #C3FFCF; }
span { border-color: rgb(195,255,207); }
td.TdClassName
{
border-color: #C3FFCF;
}
.TagClassName
{
border-color: #C3FFCF;
}
</style>