Shades of Granny Apple #C2FCCD
Tints of Granny Apple #C2FCCD
RGB
CMYK
RGB Variations
Color information
#C2FCCD (or 0xC2FCCD) is known color: Granny Apple. HEX triplet: C2, FC and CD. RGB value is (194,252,205). Sum of RGB (Red+Green+Blue) = 194+252+205=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCCD is #3D0332. Grayscale: #E5E5E5. Windows color (decimal): -3998515 or 13499586. OLE color: 13499586.
HSL color Cylindrical-coordinate representation of color #C2FCCD: hue angle of 131.38º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCCD is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 205 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.01 |
| HSL | 131.38º | 0.91% | 0.87% | - |
| HSV(B) | 131.38º | 0.23% | 0.99% | - |
| XYZ | 68.08 | 85.5 | 70.67 | - |
| YUV | 229.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 205 | 0.23 | 0 | 0.19 | 0.01 | 131.38 | 0.91 | 0.87 |
| Hex | C2 | FC | CD | 17 | 0 | 13 | 1 | 83 | 5B | 57 |
| Octal | 302 | 374 | 315 | 27 | 0 | 23 | 1 | 203 | 133 | 127 |
| Binary | 11000010 | 11111100 | 11001101 | 10111 | 0 | 10011 | 1 | 10000011 | 1011011 | 1010111 |
Color Harmonies of #C2FCCD
Complementary color
Monochromatic Colors of #C2FCCD
Black with #C2FCCD
Text Example
Text Example
White with #C2FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCCD; }
p { color: rgb(194,252,205); }
H1.HeaderClassName
{
color: #C2FCCD;
}
.AnyTagClassName
{
color: #C2FCCD;
}
</style>
background-color css
<style>
a { background-color: #C2FCCD; }
a { background-color: rgb(194,252,205); }
div.DivClassName
{
background-color: #C2FCCD;
}
.BgClassName
{
background-color: #C2FCCD;
}
</style>
border-color css
<style>
span { border-color: #C2FCCD; }
span { border-color: rgb(194,252,205); }
td.TdClassName
{
border-color: #C2FCCD;
}
.TagClassName
{
border-color: #C2FCCD;
}
</style>