Shades of Granny Apple #C4FED0
Tints of Granny Apple #C4FED0
RGB
CMYK
RGB Variations
Color information
#C4FED0 (or 0xC4FED0) is known color: Granny Apple. HEX triplet: C4, FE and D0. RGB value is (196,254,208). Sum of RGB (Red+Green+Blue) = 196+254+208=658 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.79% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FED0 is #3B012F. Grayscale: #E7E7E7. Windows color (decimal): -3866928 or 13696708. OLE color: 13696708.
HSL color Cylindrical-coordinate representation of color #C4FED0: hue angle of 132.41º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FED0 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 208 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.00 |
| HSL | 132.41º | 0.97% | 0.88% | - |
| HSV(B) | 132.41º | 0.23% | 1% | - |
| XYZ | 69.59 | 87.17 | 72.83 | - |
| YUV | 231.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 208 | 0.23 | 0 | 0.18 | 0.00 | 132.41 | 0.97 | 0.88 |
| Hex | C4 | FE | D0 | 17 | 0 | 12 | 0 | 84 | 61 | 58 |
| Octal | 304 | 376 | 320 | 27 | 0 | 22 | 0 | 204 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11010000 | 10111 | 0 | 10010 | 0 | 10000100 | 1100001 | 1011000 |
Color Harmonies of #C4FED0
Complementary color
Monochromatic Colors of #C4FED0
Black with #C4FED0
Text Example
Text Example
White with #C4FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FED0; }
p { color: rgb(196,254,208); }
H1.HeaderClassName
{
color: #C4FED0;
}
.AnyTagClassName
{
color: #C4FED0;
}
</style>
background-color css
<style>
a { background-color: #C4FED0; }
a { background-color: rgb(196,254,208); }
div.DivClassName
{
background-color: #C4FED0;
}
.BgClassName
{
background-color: #C4FED0;
}
</style>
border-color css
<style>
span { border-color: #C4FED0; }
span { border-color: rgb(196,254,208); }
td.TdClassName
{
border-color: #C4FED0;
}
.TagClassName
{
border-color: #C4FED0;
}
</style>