Shades of Granny Apple #C7ECC7
Tints of Granny Apple #C7ECC7
RGB
CMYK
RGB Variations
Color information
#C7ECC7 (or 0xC7ECC7) is known color: Granny Apple. HEX triplet: C7, EC and C7. RGB value is (199,236,199). Sum of RGB (Red+Green+Blue) = 199+236+199=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7ECC7 is #381338. Grayscale: #DCDCDC. Windows color (decimal): -3674937 or 13102279. OLE color: 13102279.
HSL color Cylindrical-coordinate representation of color #C7ECC7: hue angle of 120º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ECC7 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 236 | 199 | - |
CMYK | 0.16 | 0 | 0.16 | 0.07 |
HSL | 120º | 0.49% | 0.85% | - |
HSV(B) | 120º | 0.16% | 0.93% | - |
XYZ | 63.86 | 76.26 | 65.39 | - |
YUV | 220.72 | 115.74 | 112.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 236 | 199 | 0.16 | 0 | 0.16 | 0.07 | 120 | 0.49 | 0.85 |
Hex | C7 | EC | C7 | 10 | 0 | 10 | 7 | 78 | 31 | 55 |
Octal | 307 | 354 | 307 | 20 | 0 | 20 | 7 | 170 | 61 | 125 |
Binary | 11000111 | 11101100 | 11000111 | 10000 | 0 | 10000 | 111 | 1111000 | 110001 | 1010101 |
Color Harmonies of #C7ECC7
Complementary color
Monochromatic Colors of #C7ECC7
Black with #C7ECC7
Text Example
Text Example
White with #C7ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECC7; }
p { color: rgb(199,236,199); }
H1.HeaderClassName
{
color: #C7ECC7;
}
.AnyTagClassName
{
color: #C7ECC7;
}
</style>
background-color css
<style>
a { background-color: #C7ECC7; }
a { background-color: rgb(199,236,199); }
div.DivClassName
{
background-color: #C7ECC7;
}
.BgClassName
{
background-color: #C7ECC7;
}
</style>
border-color css
<style>
span { border-color: #C7ECC7; }
span { border-color: rgb(199,236,199); }
td.TdClassName
{
border-color: #C7ECC7;
}
.TagClassName
{
border-color: #C7ECC7;
}
</style>