Shades of Granny Apple #C3FFCA
Tints of Granny Apple #C3FFCA
RGB
CMYK
RGB Variations
Color information
#C3FFCA (or 0xC3FFCA) is known color: Granny Apple. HEX triplet: C3, FF and CA. RGB value is (195,255,202). Sum of RGB (Red+Green+Blue) = 195+255+202=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFCA is #3C0035. Grayscale: #E7E7E7. Windows color (decimal): -3932214 or 13303747. OLE color: 13303747.
HSL color Cylindrical-coordinate representation of color #C3FFCA: hue angle of 127º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFCA is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 202 | - |
| CMYK | 0.24 | 0 | 0.21 | 0 |
| HSL | 127º | 1% | 0.88% | - |
| HSV(B) | 127º | 0.24% | 1% | - |
| XYZ | 68.93 | 87.39 | 69.11 | - |
| YUV | 231.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 202 | 0.24 | 0 | 0.21 | 0 | 127 | 1 | 0.88 |
| Hex | C3 | FF | CA | 18 | 0 | 15 | 0 | 7F | 64 | 58 |
| Octal | 303 | 377 | 312 | 30 | 0 | 25 | 0 | 177 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11001010 | 11000 | 0 | 10101 | 0 | 1111111 | 1100100 | 1011000 |
Color Harmonies of #C3FFCA
Complementary color
Monochromatic Colors of #C3FFCA
Black with #C3FFCA
Text Example
Text Example
White with #C3FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFCA; }
p { color: rgb(195,255,202); }
H1.HeaderClassName
{
color: #C3FFCA;
}
.AnyTagClassName
{
color: #C3FFCA;
}
</style>
background-color css
<style>
a { background-color: #C3FFCA; }
a { background-color: rgb(195,255,202); }
div.DivClassName
{
background-color: #C3FFCA;
}
.BgClassName
{
background-color: #C3FFCA;
}
</style>
border-color css
<style>
span { border-color: #C3FFCA; }
span { border-color: rgb(195,255,202); }
td.TdClassName
{
border-color: #C3FFCA;
}
.TagClassName
{
border-color: #C3FFCA;
}
</style>