Shades of Granny Apple #C3EFC8
Tints of Granny Apple #C3EFC8
RGB
CMYK
RGB Variations
Color information
#C3EFC8 (or 0xC3EFC8) is known color: Granny Apple. HEX triplet: C3, EF and C8. RGB value is (195,239,200). Sum of RGB (Red+Green+Blue) = 195+239+200=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EFC8 is #3C1037. Grayscale: #DDDDDD. Windows color (decimal): -3936312 or 13168579. OLE color: 13168579.
HSL color Cylindrical-coordinate representation of color #C3EFC8: hue angle of 126.82º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EFC8 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 200 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.06 |
| HSL | 126.82º | 0.58% | 0.85% | - |
| HSV(B) | 126.82º | 0.18% | 0.94% | - |
| XYZ | 63.8 | 77.51 | 66.24 | - |
| YUV | 221.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 200 | 0.18 | 0 | 0.16 | 0.06 | 126.82 | 0.58 | 0.85 |
| Hex | C3 | EF | C8 | 12 | 0 | 10 | 6 | 7F | 3A | 55 |
| Octal | 303 | 357 | 310 | 22 | 0 | 20 | 6 | 177 | 72 | 125 |
| Binary | 11000011 | 11101111 | 11001000 | 10010 | 0 | 10000 | 110 | 1111111 | 111010 | 1010101 |
Color Harmonies of #C3EFC8
Complementary color
Monochromatic Colors of #C3EFC8
Black with #C3EFC8
Text Example
Text Example
White with #C3EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFC8; }
p { color: rgb(195,239,200); }
H1.HeaderClassName
{
color: #C3EFC8;
}
.AnyTagClassName
{
color: #C3EFC8;
}
</style>
background-color css
<style>
a { background-color: #C3EFC8; }
a { background-color: rgb(195,239,200); }
div.DivClassName
{
background-color: #C3EFC8;
}
.BgClassName
{
background-color: #C3EFC8;
}
</style>
border-color css
<style>
span { border-color: #C3EFC8; }
span { border-color: rgb(195,239,200); }
td.TdClassName
{
border-color: #C3EFC8;
}
.TagClassName
{
border-color: #C3EFC8;
}
</style>