Shades of Granny Apple #C2FACF
Tints of Granny Apple #C2FACF
RGB
CMYK
RGB Variations
Color information
#C2FACF (or 0xC2FACF) is known color: Granny Apple. HEX triplet: C2, FA and CF. RGB value is (194,250,207). Sum of RGB (Red+Green+Blue) = 194+250+207=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FACF is #3D0530. Grayscale: #E4E4E4. Windows color (decimal): -3999025 or 13630146. OLE color: 13630146.
HSL color Cylindrical-coordinate representation of color #C2FACF: hue angle of 133.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FACF is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 207 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.02 |
| HSL | 133.93º | 0.85% | 0.87% | - |
| HSV(B) | 133.93º | 0.22% | 0.98% | - |
| XYZ | 67.7 | 84.35 | 71.74 | - |
| YUV | 228.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 207 | 0.22 | 0 | 0.17 | 0.02 | 133.93 | 0.85 | 0.87 |
| Hex | C2 | FA | CF | 16 | 0 | 11 | 2 | 86 | 55 | 57 |
| Octal | 302 | 372 | 317 | 26 | 0 | 21 | 2 | 206 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11001111 | 10110 | 0 | 10001 | 10 | 10000110 | 1010101 | 1010111 |
Color Harmonies of #C2FACF
Complementary color
Monochromatic Colors of #C2FACF
Black with #C2FACF
Text Example
Text Example
White with #C2FACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FACF; }
p { color: rgb(194,250,207); }
H1.HeaderClassName
{
color: #C2FACF;
}
.AnyTagClassName
{
color: #C2FACF;
}
</style>
background-color css
<style>
a { background-color: #C2FACF; }
a { background-color: rgb(194,250,207); }
div.DivClassName
{
background-color: #C2FACF;
}
.BgClassName
{
background-color: #C2FACF;
}
</style>
border-color css
<style>
span { border-color: #C2FACF; }
span { border-color: rgb(194,250,207); }
td.TdClassName
{
border-color: #C2FACF;
}
.TagClassName
{
border-color: #C2FACF;
}
</style>