Shades of Granny Apple #C2F1CC
Tints of Granny Apple #C2F1CC
RGB
CMYK
RGB Variations
Color information
#C2F1CC (or 0xC2F1CC) is known color: Granny Apple. HEX triplet: C2, F1 and CC. RGB value is (194,241,204). Sum of RGB (Red+Green+Blue) = 194+241+204=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F1CC is #3D0E33. Grayscale: #DEDEDE. Windows color (decimal): -4001332 or 13431234. OLE color: 13431234.
HSL color Cylindrical-coordinate representation of color #C2F1CC: hue angle of 132.77º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F1CC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 204 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.05 |
| HSL | 132.77º | 0.63% | 0.85% | - |
| HSV(B) | 132.77º | 0.2% | 0.95% | - |
| XYZ | 64.6 | 78.74 | 68.92 | - |
| YUV | 222.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 204 | 0.20 | 0 | 0.15 | 0.05 | 132.77 | 0.63 | 0.85 |
| Hex | C2 | F1 | CC | 14 | 0 | F | 5 | 85 | 3F | 55 |
| Octal | 302 | 361 | 314 | 24 | 0 | 17 | 5 | 205 | 77 | 125 |
| Binary | 11000010 | 11110001 | 11001100 | 10100 | 0 | 1111 | 101 | 10000101 | 111111 | 1010101 |
Color Harmonies of #C2F1CC
Complementary color
Monochromatic Colors of #C2F1CC
Black with #C2F1CC
Text Example
Text Example
White with #C2F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F1CC; }
p { color: rgb(194,241,204); }
H1.HeaderClassName
{
color: #C2F1CC;
}
.AnyTagClassName
{
color: #C2F1CC;
}
</style>
background-color css
<style>
a { background-color: #C2F1CC; }
a { background-color: rgb(194,241,204); }
div.DivClassName
{
background-color: #C2F1CC;
}
.BgClassName
{
background-color: #C2F1CC;
}
</style>
border-color css
<style>
span { border-color: #C2F1CC; }
span { border-color: rgb(194,241,204); }
td.TdClassName
{
border-color: #C2F1CC;
}
.TagClassName
{
border-color: #C2F1CC;
}
</style>