Shades of Granny Apple #C3F2CC
Tints of Granny Apple #C3F2CC
RGB
CMYK
RGB Variations
Color information
#C3F2CC (or 0xC3F2CC) is known color: Granny Apple. HEX triplet: C3, F2 and CC. RGB value is (195,242,204). Sum of RGB (Red+Green+Blue) = 195+242+204=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2CC is #3C0D33. Grayscale: #DFDFDF. Windows color (decimal): -3935540 or 13431491. OLE color: 13431491.
HSL color Cylindrical-coordinate representation of color #C3F2CC: hue angle of 131.49º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2CC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 204 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.05 |
| HSL | 131.49º | 0.64% | 0.86% | - |
| HSV(B) | 131.49º | 0.19% | 0.95% | - |
| XYZ | 65.16 | 79.47 | 69.03 | - |
| YUV | 223.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 204 | 0.19 | 0 | 0.16 | 0.05 | 131.49 | 0.64 | 0.86 |
| Hex | C3 | F2 | CC | 13 | 0 | 10 | 5 | 83 | 40 | 56 |
| Octal | 303 | 362 | 314 | 23 | 0 | 20 | 5 | 203 | 100 | 126 |
| Binary | 11000011 | 11110010 | 11001100 | 10011 | 0 | 10000 | 101 | 10000011 | 1000000 | 1010110 |
Color Harmonies of #C3F2CC
Complementary color
Monochromatic Colors of #C3F2CC
Black with #C3F2CC
Text Example
Text Example
White with #C3F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F2CC; }
p { color: rgb(195,242,204); }
H1.HeaderClassName
{
color: #C3F2CC;
}
.AnyTagClassName
{
color: #C3F2CC;
}
</style>
background-color css
<style>
a { background-color: #C3F2CC; }
a { background-color: rgb(195,242,204); }
div.DivClassName
{
background-color: #C3F2CC;
}
.BgClassName
{
background-color: #C3F2CC;
}
</style>
border-color css
<style>
span { border-color: #C3F2CC; }
span { border-color: rgb(195,242,204); }
td.TdClassName
{
border-color: #C3F2CC;
}
.TagClassName
{
border-color: #C3F2CC;
}
</style>