Shades of Granny Apple #C1F1CA
Tints of Granny Apple #C1F1CA
RGB
CMYK
RGB Variations
Color information
#C1F1CA (or 0xC1F1CA) is known color: Granny Apple. HEX triplet: C1, F1 and CA. RGB value is (193,241,202). Sum of RGB (Red+Green+Blue) = 193+241+202=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F1CA is #3E0E35. Grayscale: #DEDEDE. Windows color (decimal): -4066870 or 13300161. OLE color: 13300161.
HSL color Cylindrical-coordinate representation of color #C1F1CA: hue angle of 131.25º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1F1CA is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 202 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.05 |
| HSL | 131.25º | 0.63% | 0.85% | - |
| HSV(B) | 131.25º | 0.2% | 0.95% | - |
| XYZ | 64.11 | 78.51 | 67.65 | - |
| YUV | 222.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 202 | 0.20 | 0 | 0.16 | 0.05 | 131.25 | 0.63 | 0.85 |
| Hex | C1 | F1 | CA | 14 | 0 | 10 | 5 | 83 | 3F | 55 |
| Octal | 301 | 361 | 312 | 24 | 0 | 20 | 5 | 203 | 77 | 125 |
| Binary | 11000001 | 11110001 | 11001010 | 10100 | 0 | 10000 | 101 | 10000011 | 111111 | 1010101 |
Color Harmonies of #C1F1CA
Complementary color
Monochromatic Colors of #C1F1CA
Black with #C1F1CA
Text Example
Text Example
White with #C1F1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F1CA; }
p { color: rgb(193,241,202); }
H1.HeaderClassName
{
color: #C1F1CA;
}
.AnyTagClassName
{
color: #C1F1CA;
}
</style>
background-color css
<style>
a { background-color: #C1F1CA; }
a { background-color: rgb(193,241,202); }
div.DivClassName
{
background-color: #C1F1CA;
}
.BgClassName
{
background-color: #C1F1CA;
}
</style>
border-color css
<style>
span { border-color: #C1F1CA; }
span { border-color: rgb(193,241,202); }
td.TdClassName
{
border-color: #C1F1CA;
}
.TagClassName
{
border-color: #C1F1CA;
}
</style>