Shades of Granny Apple #C2FDCD
Tints of Granny Apple #C2FDCD
RGB
CMYK
RGB Variations
Color information
#C2FDCD (or 0xC2FDCD) is known color: Granny Apple. HEX triplet: C2, FD and CD. RGB value is (194,253,205). Sum of RGB (Red+Green+Blue) = 194+253+205=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDCD is #3D0232. Grayscale: #E6E6E6. Windows color (decimal): -3998259 or 13499842. OLE color: 13499842.
HSL color Cylindrical-coordinate representation of color #C2FDCD: hue angle of 131.19º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDCD is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 253 | 205 | - |
CMYK | 0.23 | 0 | 0.19 | 0.01 |
HSL | 131.19º | 0.94% | 0.88% | - |
HSV(B) | 131.19º | 0.23% | 0.99% | - |
XYZ | 68.39 | 86.13 | 70.78 | - |
YUV | 229.89 | 113.95 | 102.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 253 | 205 | 0.23 | 0 | 0.19 | 0.01 | 131.19 | 0.94 | 0.88 |
Hex | C2 | FD | CD | 17 | 0 | 13 | 1 | 83 | 5E | 58 |
Octal | 302 | 375 | 315 | 27 | 0 | 23 | 1 | 203 | 136 | 130 |
Binary | 11000010 | 11111101 | 11001101 | 10111 | 0 | 10011 | 1 | 10000011 | 1011110 | 1011000 |
Color Harmonies of #C2FDCD
Complementary color
Monochromatic Colors of #C2FDCD
Black with #C2FDCD
Text Example
Text Example
White with #C2FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDCD; }
p { color: rgb(194,253,205); }
H1.HeaderClassName
{
color: #C2FDCD;
}
.AnyTagClassName
{
color: #C2FDCD;
}
</style>
background-color css
<style>
a { background-color: #C2FDCD; }
a { background-color: rgb(194,253,205); }
div.DivClassName
{
background-color: #C2FDCD;
}
.BgClassName
{
background-color: #C2FDCD;
}
</style>
border-color css
<style>
span { border-color: #C2FDCD; }
span { border-color: rgb(194,253,205); }
td.TdClassName
{
border-color: #C2FDCD;
}
.TagClassName
{
border-color: #C2FDCD;
}
</style>