Shades of Granny Apple #C7FED5
Tints of Granny Apple #C7FED5
RGB
CMYK
RGB Variations
Color information
#C7FED5 (or 0xC7FED5) is known color: Granny Apple. HEX triplet: C7, FE and D5. RGB value is (199,254,213). Sum of RGB (Red+Green+Blue) = 199+254+213=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FED5 is #38012A. Grayscale: #E8E8E8. Windows color (decimal): -3670315 or 14024391. OLE color: 14024391.
HSL color Cylindrical-coordinate representation of color #C7FED5: hue angle of 135.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FED5 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 213 | - |
CMYK | 0.22 | 0 | 0.16 | 0.00 |
HSL | 135.27º | 0.96% | 0.89% | - |
HSV(B) | 135.27º | 0.22% | 1% | - |
XYZ | 71.01 | 87.83 | 76.16 | - |
YUV | 232.88 | 116.78 | 103.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 213 | 0.22 | 0 | 0.16 | 0.00 | 135.27 | 0.96 | 0.89 |
Hex | C7 | FE | D5 | 16 | 0 | 10 | 0 | 87 | 60 | 59 |
Octal | 307 | 376 | 325 | 26 | 0 | 20 | 0 | 207 | 140 | 131 |
Binary | 11000111 | 11111110 | 11010101 | 10110 | 0 | 10000 | 0 | 10000111 | 1100000 | 1011001 |
Color Harmonies of #C7FED5
Complementary color
Monochromatic Colors of #C7FED5
Black with #C7FED5
Text Example
Text Example
White with #C7FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FED5; }
p { color: rgb(199,254,213); }
H1.HeaderClassName
{
color: #C7FED5;
}
.AnyTagClassName
{
color: #C7FED5;
}
</style>
background-color css
<style>
a { background-color: #C7FED5; }
a { background-color: rgb(199,254,213); }
div.DivClassName
{
background-color: #C7FED5;
}
.BgClassName
{
background-color: #C7FED5;
}
</style>
border-color css
<style>
span { border-color: #C7FED5; }
span { border-color: rgb(199,254,213); }
td.TdClassName
{
border-color: #C7FED5;
}
.TagClassName
{
border-color: #C7FED5;
}
</style>