Shades of Granny Apple #C2FDCF
Tints of Granny Apple #C2FDCF
RGB
CMYK
RGB Variations
Color information
#C2FDCF (or 0xC2FDCF) is known color: Granny Apple. HEX triplet: C2, FD and CF. RGB value is (194,253,207). Sum of RGB (Red+Green+Blue) = 194+253+207=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDCF is #3D0230. Grayscale: #E6E6E6. Windows color (decimal): -3998257 or 13630914. OLE color: 13630914.
HSL color Cylindrical-coordinate representation of color #C2FDCF: hue angle of 133.22º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDCF is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 207 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.01 |
| HSL | 133.22º | 0.94% | 0.88% | - |
| HSV(B) | 133.22º | 0.23% | 0.99% | - |
| XYZ | 68.64 | 86.22 | 72.06 | - |
| YUV | 230.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 207 | 0.23 | 0 | 0.18 | 0.01 | 133.22 | 0.94 | 0.88 |
| Hex | C2 | FD | CF | 17 | 0 | 12 | 1 | 85 | 5E | 58 |
| Octal | 302 | 375 | 317 | 27 | 0 | 22 | 1 | 205 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11001111 | 10111 | 0 | 10010 | 1 | 10000101 | 1011110 | 1011000 |
Color Harmonies of #C2FDCF
Complementary color
Monochromatic Colors of #C2FDCF
Black with #C2FDCF
Text Example
Text Example
White with #C2FDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDCF; }
p { color: rgb(194,253,207); }
H1.HeaderClassName
{
color: #C2FDCF;
}
.AnyTagClassName
{
color: #C2FDCF;
}
</style>
background-color css
<style>
a { background-color: #C2FDCF; }
a { background-color: rgb(194,253,207); }
div.DivClassName
{
background-color: #C2FDCF;
}
.BgClassName
{
background-color: #C2FDCF;
}
</style>
border-color css
<style>
span { border-color: #C2FDCF; }
span { border-color: rgb(194,253,207); }
td.TdClassName
{
border-color: #C2FDCF;
}
.TagClassName
{
border-color: #C2FDCF;
}
</style>