Shades of Granny Apple #C1FBCF
Tints of Granny Apple #C1FBCF
RGB
CMYK
RGB Variations
Color information
#C1FBCF (or 0xC1FBCF) is known color: Granny Apple. HEX triplet: C1, FB and CF. RGB value is (193,251,207). Sum of RGB (Red+Green+Blue) = 193+251+207=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FBCF is #3E0430. Grayscale: #E4E4E4. Windows color (decimal): -4064305 or 13630401. OLE color: 13630401.
HSL color Cylindrical-coordinate representation of color #C1FBCF: hue angle of 134.48º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FBCF is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 207 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.02 |
| HSL | 134.48º | 0.88% | 0.87% | - |
| HSV(B) | 134.48º | 0.23% | 0.98% | - |
| XYZ | 67.75 | 84.84 | 71.84 | - |
| YUV | 228.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 207 | 0.23 | 0 | 0.18 | 0.02 | 134.48 | 0.88 | 0.87 |
| Hex | C1 | FB | CF | 17 | 0 | 12 | 2 | 86 | 58 | 57 |
| Octal | 301 | 373 | 317 | 27 | 0 | 22 | 2 | 206 | 130 | 127 |
| Binary | 11000001 | 11111011 | 11001111 | 10111 | 0 | 10010 | 10 | 10000110 | 1011000 | 1010111 |
Color Harmonies of #C1FBCF
Complementary color
Monochromatic Colors of #C1FBCF
Black with #C1FBCF
Text Example
Text Example
White with #C1FBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FBCF; }
p { color: rgb(193,251,207); }
H1.HeaderClassName
{
color: #C1FBCF;
}
.AnyTagClassName
{
color: #C1FBCF;
}
</style>
background-color css
<style>
a { background-color: #C1FBCF; }
a { background-color: rgb(193,251,207); }
div.DivClassName
{
background-color: #C1FBCF;
}
.BgClassName
{
background-color: #C1FBCF;
}
</style>
border-color css
<style>
span { border-color: #C1FBCF; }
span { border-color: rgb(193,251,207); }
td.TdClassName
{
border-color: #C1FBCF;
}
.TagClassName
{
border-color: #C1FBCF;
}
</style>