Shades of Granny Apple #C2FFD4
Tints of Granny Apple #C2FFD4
RGB
CMYK
RGB Variations
Color information
#C2FFD4 (or 0xC2FFD4) is known color: Granny Apple. HEX triplet: C2, FF and D4. RGB value is (194,255,212). Sum of RGB (Red+Green+Blue) = 194+255+212=661 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.35% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFD4 is #3D002B. Grayscale: #E7E7E7. Windows color (decimal): -3997740 or 13959106. OLE color: 13959106.
HSL color Cylindrical-coordinate representation of color #C2FFD4: hue angle of 137.7º 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 #C2FFD4 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 212 | - |
| CMYK | 0.24 | 0 | 0.17 | 0 |
| HSL | 137.7º | 1% | 0.88% | - |
| HSV(B) | 137.7º | 0.24% | 1% | - |
| XYZ | 69.89 | 87.74 | 75.54 | - |
| YUV | 231.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 212 | 0.24 | 0 | 0.17 | 0 | 137.7 | 1 | 0.88 |
| Hex | C2 | FF | D4 | 18 | 0 | 11 | 0 | 8A | 64 | 58 |
| Octal | 302 | 377 | 324 | 30 | 0 | 21 | 0 | 212 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11010100 | 11000 | 0 | 10001 | 0 | 10001010 | 1100100 | 1011000 |
Color Harmonies of #C2FFD4
Complementary color
Monochromatic Colors of #C2FFD4
Black with #C2FFD4
Text Example
Text Example
White with #C2FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFD4; }
p { color: rgb(194,255,212); }
H1.HeaderClassName
{
color: #C2FFD4;
}
.AnyTagClassName
{
color: #C2FFD4;
}
</style>
background-color css
<style>
a { background-color: #C2FFD4; }
a { background-color: rgb(194,255,212); }
div.DivClassName
{
background-color: #C2FFD4;
}
.BgClassName
{
background-color: #C2FFD4;
}
</style>
border-color css
<style>
span { border-color: #C2FFD4; }
span { border-color: rgb(194,255,212); }
td.TdClassName
{
border-color: #C2FFD4;
}
.TagClassName
{
border-color: #C2FFD4;
}
</style>