Shades of Granny Apple #C3EDCB
Tints of Granny Apple #C3EDCB
RGB
CMYK
RGB Variations
Color information
#C3EDCB (or 0xC3EDCB) is known color: Granny Apple. HEX triplet: C3, ED and CB. RGB value is (195,237,203). Sum of RGB (Red+Green+Blue) = 195+237+203=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDCB is #3C1234. Grayscale: #DCDCDC. Windows color (decimal): -3936821 or 13364675. OLE color: 13364675.
HSL color Cylindrical-coordinate representation of color #C3EDCB: hue angle of 131.43º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EDCB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 203 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.07 |
| HSL | 131.43º | 0.54% | 0.85% | - |
| HSV(B) | 131.43º | 0.18% | 0.93% | - |
| XYZ | 63.57 | 76.48 | 67.91 | - |
| YUV | 220.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 203 | 0.18 | 0 | 0.14 | 0.07 | 131.43 | 0.54 | 0.85 |
| Hex | C3 | ED | CB | 12 | 0 | E | 7 | 83 | 36 | 55 |
| Octal | 303 | 355 | 313 | 22 | 0 | 16 | 7 | 203 | 66 | 125 |
| Binary | 11000011 | 11101101 | 11001011 | 10010 | 0 | 1110 | 111 | 10000011 | 110110 | 1010101 |
Color Harmonies of #C3EDCB
Complementary color
Monochromatic Colors of #C3EDCB
Black with #C3EDCB
Text Example
Text Example
White with #C3EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDCB; }
p { color: rgb(195,237,203); }
H1.HeaderClassName
{
color: #C3EDCB;
}
.AnyTagClassName
{
color: #C3EDCB;
}
</style>
background-color css
<style>
a { background-color: #C3EDCB; }
a { background-color: rgb(195,237,203); }
div.DivClassName
{
background-color: #C3EDCB;
}
.BgClassName
{
background-color: #C3EDCB;
}
</style>
border-color css
<style>
span { border-color: #C3EDCB; }
span { border-color: rgb(195,237,203); }
td.TdClassName
{
border-color: #C3EDCB;
}
.TagClassName
{
border-color: #C3EDCB;
}
</style>