Shades of Granny Apple #C4F8CA
Tints of Granny Apple #C4F8CA
RGB
CMYK
RGB Variations
Color information
#C4F8CA (or 0xC4F8CA) is known color: Granny Apple. HEX triplet: C4, F8 and CA. RGB value is (196,248,202). Sum of RGB (Red+Green+Blue) = 196+248+202=646 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.34% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #C4F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F8CA is #3B0735. Grayscale: #E3E3E3. Windows color (decimal): -3868470 or 13301956. OLE color: 13301956.
HSL color Cylindrical-coordinate representation of color #C4F8CA: hue angle of 126.92º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4F8CA is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 248 | 202 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.03 |
| HSL | 126.92º | 0.79% | 0.87% | - |
| HSV(B) | 126.92º | 0.21% | 0.97% | - |
| XYZ | 66.99 | 83.13 | 68.39 | - |
| YUV | 227.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 248 | 202 | 0.21 | 0 | 0.19 | 0.03 | 126.92 | 0.79 | 0.87 |
| Hex | C4 | F8 | CA | 15 | 0 | 13 | 3 | 7F | 4F | 57 |
| Octal | 304 | 370 | 312 | 25 | 0 | 23 | 3 | 177 | 117 | 127 |
| Binary | 11000100 | 11111000 | 11001010 | 10101 | 0 | 10011 | 11 | 1111111 | 1001111 | 1010111 |
Color Harmonies of #C4F8CA
Complementary color
Monochromatic Colors of #C4F8CA
Black with #C4F8CA
Text Example
Text Example
White with #C4F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F8CA; }
p { color: rgb(196,248,202); }
H1.HeaderClassName
{
color: #C4F8CA;
}
.AnyTagClassName
{
color: #C4F8CA;
}
</style>
background-color css
<style>
a { background-color: #C4F8CA; }
a { background-color: rgb(196,248,202); }
div.DivClassName
{
background-color: #C4F8CA;
}
.BgClassName
{
background-color: #C4F8CA;
}
</style>
border-color css
<style>
span { border-color: #C4F8CA; }
span { border-color: rgb(196,248,202); }
td.TdClassName
{
border-color: #C4F8CA;
}
.TagClassName
{
border-color: #C4F8CA;
}
</style>