Shades of Granny Apple #C2F4D3
Tints of Granny Apple #C2F4D3
RGB
CMYK
RGB Variations
Color information
#C2F4D3 (or 0xC2F4D3) is known color: Granny Apple. HEX triplet: C2, F4 and D3. RGB value is (194,244,211). Sum of RGB (Red+Green+Blue) = 194+244+211=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4D3 is #3D0B2C. Grayscale: #E1E1E1. Windows color (decimal): -4000557 or 13890754. OLE color: 13890754.
HSL color Cylindrical-coordinate representation of color #C2F4D3: hue angle of 140.4º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F4D3 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 211 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.04 |
| HSL | 140.4º | 0.69% | 0.86% | - |
| HSV(B) | 140.4º | 0.2% | 0.96% | - |
| XYZ | 66.36 | 80.87 | 73.74 | - |
| YUV | 225.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 211 | 0.20 | 0 | 0.14 | 0.04 | 140.4 | 0.69 | 0.86 |
| Hex | C2 | F4 | D3 | 14 | 0 | E | 4 | 8C | 45 | 56 |
| Octal | 302 | 364 | 323 | 24 | 0 | 16 | 4 | 214 | 105 | 126 |
| Binary | 11000010 | 11110100 | 11010011 | 10100 | 0 | 1110 | 100 | 10001100 | 1000101 | 1010110 |
Color Harmonies of #C2F4D3
Complementary color
Monochromatic Colors of #C2F4D3
Black with #C2F4D3
Text Example
Text Example
White with #C2F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4D3; }
p { color: rgb(194,244,211); }
H1.HeaderClassName
{
color: #C2F4D3;
}
.AnyTagClassName
{
color: #C2F4D3;
}
</style>
background-color css
<style>
a { background-color: #C2F4D3; }
a { background-color: rgb(194,244,211); }
div.DivClassName
{
background-color: #C2F4D3;
}
.BgClassName
{
background-color: #C2F4D3;
}
</style>
border-color css
<style>
span { border-color: #C2F4D3; }
span { border-color: rgb(194,244,211); }
td.TdClassName
{
border-color: #C2F4D3;
}
.TagClassName
{
border-color: #C2F4D3;
}
</style>