Shades of Granny Apple #C1F8C5
Tints of Granny Apple #C1F8C5
RGB
CMYK
RGB Variations
Color information
#C1F8C5 (or 0xC1F8C5) is known color: Granny Apple. HEX triplet: C1, F8 and C5. RGB value is (193,248,197). Sum of RGB (Red+Green+Blue) = 193+248+197=638 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.25% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F8C5 is #3E073A. Grayscale: #E1E1E1. Windows color (decimal): -4065083 or 12974273. OLE color: 12974273.
HSL color Cylindrical-coordinate representation of color #C1F8C5: hue angle of 124.36º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1F8C5 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 197 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.03 |
| HSL | 124.36º | 0.8% | 0.86% | - |
| HSV(B) | 124.36º | 0.22% | 0.97% | - |
| XYZ | 65.64 | 82.5 | 65.29 | - |
| YUV | 225.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 197 | 0.22 | 0 | 0.21 | 0.03 | 124.36 | 0.8 | 0.86 |
| Hex | C1 | F8 | C5 | 16 | 0 | 15 | 3 | 7C | 50 | 56 |
| Octal | 301 | 370 | 305 | 26 | 0 | 25 | 3 | 174 | 120 | 126 |
| Binary | 11000001 | 11111000 | 11000101 | 10110 | 0 | 10101 | 11 | 1111100 | 1010000 | 1010110 |
Color Harmonies of #C1F8C5
Complementary color
Monochromatic Colors of #C1F8C5
Black with #C1F8C5
Text Example
Text Example
White with #C1F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F8C5; }
p { color: rgb(193,248,197); }
H1.HeaderClassName
{
color: #C1F8C5;
}
.AnyTagClassName
{
color: #C1F8C5;
}
</style>
background-color css
<style>
a { background-color: #C1F8C5; }
a { background-color: rgb(193,248,197); }
div.DivClassName
{
background-color: #C1F8C5;
}
.BgClassName
{
background-color: #C1F8C5;
}
</style>
border-color css
<style>
span { border-color: #C1F8C5; }
span { border-color: rgb(193,248,197); }
td.TdClassName
{
border-color: #C1F8C5;
}
.TagClassName
{
border-color: #C1F8C5;
}
</style>