Shades of Granny Apple #C2FDCC
Tints of Granny Apple #C2FDCC
RGB
CMYK
RGB Variations
Color information
#C2FDCC (or 0xC2FDCC) is known color: Granny Apple. HEX triplet: C2, FD and CC. RGB value is (194,253,204). Sum of RGB (Red+Green+Blue) = 194+253+204=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDCC is #3D0233. Grayscale: #E5E5E5. Windows color (decimal): -3998260 or 13434306. OLE color: 13434306.
HSL color Cylindrical-coordinate representation of color #C2FDCC: hue angle of 130.17º 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 #C2FDCC is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 253 | 204 | - |
CMYK | 0.23 | 0 | 0.19 | 0.01 |
HSL | 130.17º | 0.94% | 0.88% | - |
HSV(B) | 130.17º | 0.23% | 0.99% | - |
XYZ | 68.27 | 86.08 | 70.14 | - |
YUV | 229.77 | 113.45 | 102.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 253 | 204 | 0.23 | 0 | 0.19 | 0.01 | 130.17 | 0.94 | 0.88 |
Hex | C2 | FD | CC | 17 | 0 | 13 | 1 | 82 | 5E | 58 |
Octal | 302 | 375 | 314 | 27 | 0 | 23 | 1 | 202 | 136 | 130 |
Binary | 11000010 | 11111101 | 11001100 | 10111 | 0 | 10011 | 1 | 10000010 | 1011110 | 1011000 |
Color Harmonies of #C2FDCC
Complementary color
Monochromatic Colors of #C2FDCC
Black with #C2FDCC
Text Example
Text Example
White with #C2FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDCC; }
p { color: rgb(194,253,204); }
H1.HeaderClassName
{
color: #C2FDCC;
}
.AnyTagClassName
{
color: #C2FDCC;
}
</style>
background-color css
<style>
a { background-color: #C2FDCC; }
a { background-color: rgb(194,253,204); }
div.DivClassName
{
background-color: #C2FDCC;
}
.BgClassName
{
background-color: #C2FDCC;
}
</style>
border-color css
<style>
span { border-color: #C2FDCC; }
span { border-color: rgb(194,253,204); }
td.TdClassName
{
border-color: #C2FDCC;
}
.TagClassName
{
border-color: #C2FDCC;
}
</style>