Shades of Granny Apple #C6FDD0
Tints of Granny Apple #C6FDD0
RGB
CMYK
RGB Variations
Color information
#C6FDD0 (or 0xC6FDD0) is known color: Granny Apple. HEX triplet: C6, FD and D0. RGB value is (198,253,208). Sum of RGB (Red+Green+Blue) = 198+253+208=659 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.05% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FDD0 is #39022F. Grayscale: #E7E7E7. Windows color (decimal): -3736112 or 13696454. OLE color: 13696454.
HSL color Cylindrical-coordinate representation of color #C6FDD0: hue angle of 130.91º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FDD0 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 253 | 208 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.01 |
| HSL | 130.91º | 0.93% | 0.88% | - |
| HSV(B) | 130.91º | 0.22% | 0.99% | - |
| XYZ | 69.8 | 86.81 | 72.75 | - |
| YUV | 231.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 253 | 208 | 0.22 | 0 | 0.18 | 0.01 | 130.91 | 0.93 | 0.88 |
| Hex | C6 | FD | D0 | 16 | 0 | 12 | 1 | 83 | 5D | 58 |
| Octal | 306 | 375 | 320 | 26 | 0 | 22 | 1 | 203 | 135 | 130 |
| Binary | 11000110 | 11111101 | 11010000 | 10110 | 0 | 10010 | 1 | 10000011 | 1011101 | 1011000 |
Color Harmonies of #C6FDD0
Complementary color
Monochromatic Colors of #C6FDD0
Black with #C6FDD0
Text Example
Text Example
White with #C6FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FDD0; }
p { color: rgb(198,253,208); }
H1.HeaderClassName
{
color: #C6FDD0;
}
.AnyTagClassName
{
color: #C6FDD0;
}
</style>
background-color css
<style>
a { background-color: #C6FDD0; }
a { background-color: rgb(198,253,208); }
div.DivClassName
{
background-color: #C6FDD0;
}
.BgClassName
{
background-color: #C6FDD0;
}
</style>
border-color css
<style>
span { border-color: #C6FDD0; }
span { border-color: rgb(198,253,208); }
td.TdClassName
{
border-color: #C6FDD0;
}
.TagClassName
{
border-color: #C6FDD0;
}
</style>