Shades of Granny Apple #C8EECB
Tints of Granny Apple #C8EECB
RGB
CMYK
RGB Variations
Color information
#C8EECB (or 0xC8EECB) is known color: Granny Apple. HEX triplet: C8, EE and CB. RGB value is (200,238,203). Sum of RGB (Red+Green+Blue) = 200+238+203=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EECB is #371134. Grayscale: #DEDEDE. Windows color (decimal): -3608885 or 13364936. OLE color: 13364936.
HSL color Cylindrical-coordinate representation of color #C8EECB: hue angle of 124.74º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EECB is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 203 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.07 |
| HSL | 124.74º | 0.53% | 0.86% | - |
| HSV(B) | 124.74º | 0.16% | 0.93% | - |
| XYZ | 65.17 | 77.74 | 68.07 | - |
| YUV | 222.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 203 | 0.16 | 0 | 0.15 | 0.07 | 124.74 | 0.53 | 0.86 |
| Hex | C8 | EE | CB | 10 | 0 | F | 7 | 7D | 35 | 56 |
| Octal | 310 | 356 | 313 | 20 | 0 | 17 | 7 | 175 | 65 | 126 |
| Binary | 11001000 | 11101110 | 11001011 | 10000 | 0 | 1111 | 111 | 1111101 | 110101 | 1010110 |
Color Harmonies of #C8EECB
Complementary color
Monochromatic Colors of #C8EECB
Black with #C8EECB
Text Example
Text Example
White with #C8EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EECB; }
p { color: rgb(200,238,203); }
H1.HeaderClassName
{
color: #C8EECB;
}
.AnyTagClassName
{
color: #C8EECB;
}
</style>
background-color css
<style>
a { background-color: #C8EECB; }
a { background-color: rgb(200,238,203); }
div.DivClassName
{
background-color: #C8EECB;
}
.BgClassName
{
background-color: #C8EECB;
}
</style>
border-color css
<style>
span { border-color: #C8EECB; }
span { border-color: rgb(200,238,203); }
td.TdClassName
{
border-color: #C8EECB;
}
.TagClassName
{
border-color: #C8EECB;
}
</style>