Shades of Granny Apple #C3F0CD
Tints of Granny Apple #C3F0CD
RGB
CMYK
RGB Variations
Color information
#C3F0CD (or 0xC3F0CD) is known color: Granny Apple. HEX triplet: C3, F0 and CD. RGB value is (195,240,205). Sum of RGB (Red+Green+Blue) = 195+240+205=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F0CD is #3C0F32. Grayscale: #DEDEDE. Windows color (decimal): -3936051 or 13496515. OLE color: 13496515.
HSL color Cylindrical-coordinate representation of color #C3F0CD: hue angle of 133.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F0CD is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 205 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.06 |
| HSL | 133.33º | 0.6% | 0.85% | - |
| HSV(B) | 133.33º | 0.19% | 0.94% | - |
| XYZ | 64.69 | 78.33 | 69.47 | - |
| YUV | 222.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 205 | 0.19 | 0 | 0.15 | 0.06 | 133.33 | 0.6 | 0.85 |
| Hex | C3 | F0 | CD | 13 | 0 | F | 6 | 85 | 3C | 55 |
| Octal | 303 | 360 | 315 | 23 | 0 | 17 | 6 | 205 | 74 | 125 |
| Binary | 11000011 | 11110000 | 11001101 | 10011 | 0 | 1111 | 110 | 10000101 | 111100 | 1010101 |
Color Harmonies of #C3F0CD
Complementary color
Monochromatic Colors of #C3F0CD
Black with #C3F0CD
Text Example
Text Example
White with #C3F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F0CD; }
p { color: rgb(195,240,205); }
H1.HeaderClassName
{
color: #C3F0CD;
}
.AnyTagClassName
{
color: #C3F0CD;
}
</style>
background-color css
<style>
a { background-color: #C3F0CD; }
a { background-color: rgb(195,240,205); }
div.DivClassName
{
background-color: #C3F0CD;
}
.BgClassName
{
background-color: #C3F0CD;
}
</style>
border-color css
<style>
span { border-color: #C3F0CD; }
span { border-color: rgb(195,240,205); }
td.TdClassName
{
border-color: #C3F0CD;
}
.TagClassName
{
border-color: #C3F0CD;
}
</style>