Shades of Granny Apple #C3F5CB
Tints of Granny Apple #C3F5CB
RGB
CMYK
RGB Variations
Color information
#C3F5CB (or 0xC3F5CB) is known color: Granny Apple. HEX triplet: C3, F5 and CB. RGB value is (195,245,203). Sum of RGB (Red+Green+Blue) = 195+245+203=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #C3F5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F5CB is #3C0A34. Grayscale: #E1E1E1. Windows color (decimal): -3934773 or 13366723. OLE color: 13366723.
HSL color Cylindrical-coordinate representation of color #C3F5CB: hue angle of 129.6º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3F5CB is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 245 | 203 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.04 |
| HSL | 129.6º | 0.71% | 0.86% | - |
| HSV(B) | 129.6º | 0.2% | 0.96% | - |
| XYZ | 65.94 | 81.22 | 68.7 | - |
| YUV | 225.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 245 | 203 | 0.20 | 0 | 0.17 | 0.04 | 129.6 | 0.71 | 0.86 |
| Hex | C3 | F5 | CB | 14 | 0 | 11 | 4 | 82 | 47 | 56 |
| Octal | 303 | 365 | 313 | 24 | 0 | 21 | 4 | 202 | 107 | 126 |
| Binary | 11000011 | 11110101 | 11001011 | 10100 | 0 | 10001 | 100 | 10000010 | 1000111 | 1010110 |
Color Harmonies of #C3F5CB
Complementary color
Monochromatic Colors of #C3F5CB
Black with #C3F5CB
Text Example
Text Example
White with #C3F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F5CB; }
p { color: rgb(195,245,203); }
H1.HeaderClassName
{
color: #C3F5CB;
}
.AnyTagClassName
{
color: #C3F5CB;
}
</style>
background-color css
<style>
a { background-color: #C3F5CB; }
a { background-color: rgb(195,245,203); }
div.DivClassName
{
background-color: #C3F5CB;
}
.BgClassName
{
background-color: #C3F5CB;
}
</style>
border-color css
<style>
span { border-color: #C3F5CB; }
span { border-color: rgb(195,245,203); }
td.TdClassName
{
border-color: #C3F5CB;
}
.TagClassName
{
border-color: #C3F5CB;
}
</style>