Shades of Granny Apple #C7FAD2
Tints of Granny Apple #C7FAD2
RGB
CMYK
RGB Variations
Color information
#C7FAD2 (or 0xC7FAD2) is known color: Granny Apple. HEX triplet: C7, FA and D2. RGB value is (199,250,210). Sum of RGB (Red+Green+Blue) = 199+250+210=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FAD2 is #38052D. Grayscale: #E6E6E6. Windows color (decimal): -3671342 or 13826759. OLE color: 13826759.
HSL color Cylindrical-coordinate representation of color #C7FAD2: hue angle of 132.94º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7FAD2 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 199 | 250 | 210 | - |
CMYK | 0.20 | 0 | 0.16 | 0.02 |
HSL | 132.94º | 0.84% | 0.88% | - |
HSV(B) | 132.94º | 0.2% | 0.98% | - |
XYZ | 69.37 | 85.17 | 73.76 | - |
YUV | 230.19 | 116.6 | 105.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 250 | 210 | 0.20 | 0 | 0.16 | 0.02 | 132.94 | 0.84 | 0.88 |
Hex | C7 | FA | D2 | 14 | 0 | 10 | 2 | 85 | 54 | 58 |
Octal | 307 | 372 | 322 | 24 | 0 | 20 | 2 | 205 | 124 | 130 |
Binary | 11000111 | 11111010 | 11010010 | 10100 | 0 | 10000 | 10 | 10000101 | 1010100 | 1011000 |
Color Harmonies of #C7FAD2
Complementary color
Monochromatic Colors of #C7FAD2
Black with #C7FAD2
Text Example
Text Example
White with #C7FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FAD2; }
p { color: rgb(199,250,210); }
H1.HeaderClassName
{
color: #C7FAD2;
}
.AnyTagClassName
{
color: #C7FAD2;
}
</style>
background-color css
<style>
a { background-color: #C7FAD2; }
a { background-color: rgb(199,250,210); }
div.DivClassName
{
background-color: #C7FAD2;
}
.BgClassName
{
background-color: #C7FAD2;
}
</style>
border-color css
<style>
span { border-color: #C7FAD2; }
span { border-color: rgb(199,250,210); }
td.TdClassName
{
border-color: #C7FAD2;
}
.TagClassName
{
border-color: #C7FAD2;
}
</style>