Shades of Granny Apple #C2FED5
Tints of Granny Apple #C2FED5
RGB
CMYK
RGB Variations
Color information
#C2FED5 (or 0xC2FED5) is known color: Granny Apple. HEX triplet: C2, FE and D5. RGB value is (194,254,213). Sum of RGB (Red+Green+Blue) = 194+254+213=661 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.35% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FED5 is #3D012A. Grayscale: #E7E7E7. Windows color (decimal): -3997995 or 14024386. OLE color: 14024386.
HSL color Cylindrical-coordinate representation of color #C2FED5: hue angle of 139º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FED5 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 213 | - |
CMYK | 0.24 | 0 | 0.16 | 0.00 |
HSL | 139º | 0.97% | 0.88% | - |
HSV(B) | 139º | 0.24% | 1% | - |
XYZ | 69.7 | 87.16 | 76.1 | - |
YUV | 231.39 | 117.62 | 101.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 213 | 0.24 | 0 | 0.16 | 0.00 | 139 | 0.97 | 0.88 |
Hex | C2 | FE | D5 | 18 | 0 | 10 | 0 | 8B | 61 | 58 |
Octal | 302 | 376 | 325 | 30 | 0 | 20 | 0 | 213 | 141 | 130 |
Binary | 11000010 | 11111110 | 11010101 | 11000 | 0 | 10000 | 0 | 10001011 | 1100001 | 1011000 |
Color Harmonies of #C2FED5
Complementary color
Monochromatic Colors of #C2FED5
Black with #C2FED5
Text Example
Text Example
White with #C2FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FED5; }
p { color: rgb(194,254,213); }
H1.HeaderClassName
{
color: #C2FED5;
}
.AnyTagClassName
{
color: #C2FED5;
}
</style>
background-color css
<style>
a { background-color: #C2FED5; }
a { background-color: rgb(194,254,213); }
div.DivClassName
{
background-color: #C2FED5;
}
.BgClassName
{
background-color: #C2FED5;
}
</style>
border-color css
<style>
span { border-color: #C2FED5; }
span { border-color: rgb(194,254,213); }
td.TdClassName
{
border-color: #C2FED5;
}
.TagClassName
{
border-color: #C2FED5;
}
</style>