Shades of Granny Apple #C2FCD5
Tints of Granny Apple #C2FCD5
RGB
CMYK
RGB Variations
Color information
#C2FCD5 (or 0xC2FCD5) is known color: Granny Apple. HEX triplet: C2, FC and D5. RGB value is (194,252,213). Sum of RGB (Red+Green+Blue) = 194+252+213=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCD5 is #3D032A. Grayscale: #E6E6E6. Windows color (decimal): -3998507 or 14023874. OLE color: 14023874.
HSL color Cylindrical-coordinate representation of color #C2FCD5: hue angle of 139.66º 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 #C2FCD5 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 252 | 213 | - |
CMYK | 0.23 | 0 | 0.15 | 0.01 |
HSL | 139.66º | 0.91% | 0.87% | - |
HSV(B) | 139.66º | 0.23% | 0.99% | - |
XYZ | 69.07 | 85.89 | 75.89 | - |
YUV | 230.21 | 118.28 | 102.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 252 | 213 | 0.23 | 0 | 0.15 | 0.01 | 139.66 | 0.91 | 0.87 |
Hex | C2 | FC | D5 | 17 | 0 | F | 1 | 8C | 5B | 57 |
Octal | 302 | 374 | 325 | 27 | 0 | 17 | 1 | 214 | 133 | 127 |
Binary | 11000010 | 11111100 | 11010101 | 10111 | 0 | 1111 | 1 | 10001100 | 1011011 | 1010111 |
Color Harmonies of #C2FCD5
Complementary color
Monochromatic Colors of #C2FCD5
Black with #C2FCD5
Text Example
Text Example
White with #C2FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCD5; }
p { color: rgb(194,252,213); }
H1.HeaderClassName
{
color: #C2FCD5;
}
.AnyTagClassName
{
color: #C2FCD5;
}
</style>
background-color css
<style>
a { background-color: #C2FCD5; }
a { background-color: rgb(194,252,213); }
div.DivClassName
{
background-color: #C2FCD5;
}
.BgClassName
{
background-color: #C2FCD5;
}
</style>
border-color css
<style>
span { border-color: #C2FCD5; }
span { border-color: rgb(194,252,213); }
td.TdClassName
{
border-color: #C2FCD5;
}
.TagClassName
{
border-color: #C2FCD5;
}
</style>