Shades of Granny Apple #C1F0CD
Tints of Granny Apple #C1F0CD
RGB
CMYK
RGB Variations
Color information
#C1F0CD (or 0xC1F0CD) is known color: Granny Apple. HEX triplet: C1, F0 and CD. RGB value is (193,240,205). Sum of RGB (Red+Green+Blue) = 193+240+205=638 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.25% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F0CD is #3E0F32. Grayscale: #DEDEDE. Windows color (decimal): -4067123 or 13496513. OLE color: 13496513.
HSL color Cylindrical-coordinate representation of color #C1F0CD: hue angle of 135.32º 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 #C1F0CD is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 205 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.06 |
| HSL | 135.32º | 0.61% | 0.85% | - |
| HSV(B) | 135.32º | 0.2% | 0.94% | - |
| XYZ | 64.17 | 78.07 | 69.44 | - |
| YUV | 221.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 205 | 0.20 | 0 | 0.15 | 0.06 | 135.32 | 0.61 | 0.85 |
| Hex | C1 | F0 | CD | 14 | 0 | F | 6 | 87 | 3D | 55 |
| Octal | 301 | 360 | 315 | 24 | 0 | 17 | 6 | 207 | 75 | 125 |
| Binary | 11000001 | 11110000 | 11001101 | 10100 | 0 | 1111 | 110 | 10000111 | 111101 | 1010101 |
Color Harmonies of #C1F0CD
Complementary color
Monochromatic Colors of #C1F0CD
Black with #C1F0CD
Text Example
Text Example
White with #C1F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F0CD; }
p { color: rgb(193,240,205); }
H1.HeaderClassName
{
color: #C1F0CD;
}
.AnyTagClassName
{
color: #C1F0CD;
}
</style>
background-color css
<style>
a { background-color: #C1F0CD; }
a { background-color: rgb(193,240,205); }
div.DivClassName
{
background-color: #C1F0CD;
}
.BgClassName
{
background-color: #C1F0CD;
}
</style>
border-color css
<style>
span { border-color: #C1F0CD; }
span { border-color: rgb(193,240,205); }
td.TdClassName
{
border-color: #C1F0CD;
}
.TagClassName
{
border-color: #C1F0CD;
}
</style>