Shades of Granny Apple #C2FFCF
Tints of Granny Apple #C2FFCF
RGB
CMYK
RGB Variations
Color information
#C2FFCF (or 0xC2FFCF) is known color: Granny Apple. HEX triplet: C2, FF and CF. RGB value is (194,255,207). Sum of RGB (Red+Green+Blue) = 194+255+207=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFCF is #3D0030. Grayscale: #E7E7E7. Windows color (decimal): -3997745 or 13631426. OLE color: 13631426.
HSL color Cylindrical-coordinate representation of color #C2FFCF: hue angle of 132.79º 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 #C2FFCF is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 207 | - |
| CMYK | 0.24 | 0 | 0.19 | 0 |
| HSL | 132.79º | 1% | 0.88% | - |
| HSV(B) | 132.79º | 0.24% | 1% | - |
| XYZ | 69.27 | 87.49 | 72.27 | - |
| YUV | 231.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 207 | 0.24 | 0 | 0.19 | 0 | 132.79 | 1 | 0.88 |
| Hex | C2 | FF | CF | 18 | 0 | 13 | 0 | 85 | 64 | 58 |
| Octal | 302 | 377 | 317 | 30 | 0 | 23 | 0 | 205 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11001111 | 11000 | 0 | 10011 | 0 | 10000101 | 1100100 | 1011000 |
Color Harmonies of #C2FFCF
Complementary color
Monochromatic Colors of #C2FFCF
Black with #C2FFCF
Text Example
Text Example
White with #C2FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFCF; }
p { color: rgb(194,255,207); }
H1.HeaderClassName
{
color: #C2FFCF;
}
.AnyTagClassName
{
color: #C2FFCF;
}
</style>
background-color css
<style>
a { background-color: #C2FFCF; }
a { background-color: rgb(194,255,207); }
div.DivClassName
{
background-color: #C2FFCF;
}
.BgClassName
{
background-color: #C2FFCF;
}
</style>
border-color css
<style>
span { border-color: #C2FFCF; }
span { border-color: rgb(194,255,207); }
td.TdClassName
{
border-color: #C2FFCF;
}
.TagClassName
{
border-color: #C2FFCF;
}
</style>