Shades of Granny Apple #C1F0CB
Tints of Granny Apple #C1F0CB
RGB
CMYK
RGB Variations
Color information
#C1F0CB (or 0xC1F0CB) is known color: Granny Apple. HEX triplet: C1, F0 and CB. RGB value is (193,240,203). Sum of RGB (Red+Green+Blue) = 193+240+203=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F0CB is #3E0F34. Grayscale: #DDDDDD. Windows color (decimal): -4067125 or 13365441. OLE color: 13365441.
HSL color Cylindrical-coordinate representation of color #C1F0CB: hue angle of 132.77º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1F0CB is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 203 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.06 |
| HSL | 132.77º | 0.61% | 0.85% | - |
| HSV(B) | 132.77º | 0.2% | 0.94% | - |
| XYZ | 63.93 | 77.97 | 68.18 | - |
| YUV | 221.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 203 | 0.20 | 0 | 0.15 | 0.06 | 132.77 | 0.61 | 0.85 |
| Hex | C1 | F0 | CB | 14 | 0 | F | 6 | 85 | 3D | 55 |
| Octal | 301 | 360 | 313 | 24 | 0 | 17 | 6 | 205 | 75 | 125 |
| Binary | 11000001 | 11110000 | 11001011 | 10100 | 0 | 1111 | 110 | 10000101 | 111101 | 1010101 |
Color Harmonies of #C1F0CB
Complementary color
Monochromatic Colors of #C1F0CB
Black with #C1F0CB
Text Example
Text Example
White with #C1F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F0CB; }
p { color: rgb(193,240,203); }
H1.HeaderClassName
{
color: #C1F0CB;
}
.AnyTagClassName
{
color: #C1F0CB;
}
</style>
background-color css
<style>
a { background-color: #C1F0CB; }
a { background-color: rgb(193,240,203); }
div.DivClassName
{
background-color: #C1F0CB;
}
.BgClassName
{
background-color: #C1F0CB;
}
</style>
border-color css
<style>
span { border-color: #C1F0CB; }
span { border-color: rgb(193,240,203); }
td.TdClassName
{
border-color: #C1F0CB;
}
.TagClassName
{
border-color: #C1F0CB;
}
</style>