Shades of Granny Apple #C2EDCF
Tints of Granny Apple #C2EDCF
RGB
CMYK
RGB Variations
Color information
#C2EDCF (or 0xC2EDCF) is known color: Granny Apple. HEX triplet: C2, ED and CF. RGB value is (194,237,207). Sum of RGB (Red+Green+Blue) = 194+237+207=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDCF is #3D1230. Grayscale: #DCDCDC. Windows color (decimal): -4002353 or 13626818. OLE color: 13626818.
HSL color Cylindrical-coordinate representation of color #C2EDCF: hue angle of 138.14º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDCF is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 237 | 207 | - |
CMYK | 0.18 | 0 | 0.13 | 0.07 |
HSL | 138.14º | 0.54% | 0.85% | - |
HSV(B) | 138.14º | 0.18% | 0.93% | - |
XYZ | 63.79 | 76.54 | 70.44 | - |
YUV | 220.72 | 120.25 | 108.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 237 | 207 | 0.18 | 0 | 0.13 | 0.07 | 138.14 | 0.54 | 0.85 |
Hex | C2 | ED | CF | 12 | 0 | D | 7 | 8A | 36 | 55 |
Octal | 302 | 355 | 317 | 22 | 0 | 15 | 7 | 212 | 66 | 125 |
Binary | 11000010 | 11101101 | 11001111 | 10010 | 0 | 1101 | 111 | 10001010 | 110110 | 1010101 |
Color Harmonies of #C2EDCF
Complementary color
Monochromatic Colors of #C2EDCF
Black with #C2EDCF
Text Example
Text Example
White with #C2EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDCF; }
p { color: rgb(194,237,207); }
H1.HeaderClassName
{
color: #C2EDCF;
}
.AnyTagClassName
{
color: #C2EDCF;
}
</style>
background-color css
<style>
a { background-color: #C2EDCF; }
a { background-color: rgb(194,237,207); }
div.DivClassName
{
background-color: #C2EDCF;
}
.BgClassName
{
background-color: #C2EDCF;
}
</style>
border-color css
<style>
span { border-color: #C2EDCF; }
span { border-color: rgb(194,237,207); }
td.TdClassName
{
border-color: #C2EDCF;
}
.TagClassName
{
border-color: #C2EDCF;
}
</style>