Shades of Granny Apple #C2FAD3
Tints of Granny Apple #C2FAD3
RGB
CMYK
RGB Variations
Color information
#C2FAD3 (or 0xC2FAD3) is known color: Granny Apple. HEX triplet: C2, FA and D3. RGB value is (194,250,211). Sum of RGB (Red+Green+Blue) = 194+250+211=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAD3 is #3D052C. Grayscale: #E4E4E4. Windows color (decimal): -3999021 or 13892290. OLE color: 13892290.
HSL color Cylindrical-coordinate representation of color #C2FAD3: hue angle of 138.21º 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 #C2FAD3 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 211 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.02 |
| HSL | 138.21º | 0.85% | 0.87% | - |
| HSV(B) | 138.21º | 0.22% | 0.98% | - |
| XYZ | 68.19 | 84.54 | 74.35 | - |
| YUV | 228.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 211 | 0.22 | 0 | 0.16 | 0.02 | 138.21 | 0.85 | 0.87 |
| Hex | C2 | FA | D3 | 16 | 0 | 10 | 2 | 8A | 55 | 57 |
| Octal | 302 | 372 | 323 | 26 | 0 | 20 | 2 | 212 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11010011 | 10110 | 0 | 10000 | 10 | 10001010 | 1010101 | 1010111 |
Color Harmonies of #C2FAD3
Complementary color
Monochromatic Colors of #C2FAD3
Black with #C2FAD3
Text Example
Text Example
White with #C2FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAD3; }
p { color: rgb(194,250,211); }
H1.HeaderClassName
{
color: #C2FAD3;
}
.AnyTagClassName
{
color: #C2FAD3;
}
</style>
background-color css
<style>
a { background-color: #C2FAD3; }
a { background-color: rgb(194,250,211); }
div.DivClassName
{
background-color: #C2FAD3;
}
.BgClassName
{
background-color: #C2FAD3;
}
</style>
border-color css
<style>
span { border-color: #C2FAD3; }
span { border-color: rgb(194,250,211); }
td.TdClassName
{
border-color: #C2FAD3;
}
.TagClassName
{
border-color: #C2FAD3;
}
</style>