Shades of Granny Apple #C1FFCF
Tints of Granny Apple #C1FFCF
RGB
CMYK
RGB Variations
Color information
#C1FFCF (or 0xC1FFCF) is known color: Granny Apple. HEX triplet: C1, FF and CF. RGB value is (193,255,207). Sum of RGB (Red+Green+Blue) = 193+255+207=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFCF is #3E0030. Grayscale: #E7E7E7. Windows color (decimal): -4063281 or 13631425. OLE color: 13631425.
HSL color Cylindrical-coordinate representation of color #C1FFCF: hue angle of 133.55º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FFCF is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 207 | - |
| CMYK | 0.24 | 0 | 0.19 | 0 |
| HSL | 133.55º | 1% | 0.88% | - |
| HSV(B) | 133.55º | 0.24% | 1% | - |
| XYZ | 69.01 | 87.36 | 72.26 | - |
| YUV | 230.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 207 | 0.24 | 0 | 0.19 | 0 | 133.55 | 1 | 0.88 |
| Hex | C1 | FF | CF | 18 | 0 | 13 | 0 | 86 | 64 | 58 |
| Octal | 301 | 377 | 317 | 30 | 0 | 23 | 0 | 206 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11001111 | 11000 | 0 | 10011 | 0 | 10000110 | 1100100 | 1011000 |
Color Harmonies of #C1FFCF
Complementary color
Monochromatic Colors of #C1FFCF
Black with #C1FFCF
Text Example
Text Example
White with #C1FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFCF; }
p { color: rgb(193,255,207); }
H1.HeaderClassName
{
color: #C1FFCF;
}
.AnyTagClassName
{
color: #C1FFCF;
}
</style>
background-color css
<style>
a { background-color: #C1FFCF; }
a { background-color: rgb(193,255,207); }
div.DivClassName
{
background-color: #C1FFCF;
}
.BgClassName
{
background-color: #C1FFCF;
}
</style>
border-color css
<style>
span { border-color: #C1FFCF; }
span { border-color: rgb(193,255,207); }
td.TdClassName
{
border-color: #C1FFCF;
}
.TagClassName
{
border-color: #C1FFCF;
}
</style>