Shades of Granny Apple #C9FAD4
Tints of Granny Apple #C9FAD4
RGB
CMYK
RGB Variations
Color information
#C9FAD4 (or 0xC9FAD4) is known color: Granny Apple. HEX triplet: C9, FA and D4. RGB value is (201,250,212). Sum of RGB (Red+Green+Blue) = 201+250+212=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAD4 is #36052B. Grayscale: #E7E7E7. Windows color (decimal): -3540268 or 13957833. OLE color: 13957833.
HSL color Cylindrical-coordinate representation of color #C9FAD4: hue angle of 133.47º degrees, saturation: 0.83, 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 #C9FAD4 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 250 | 212 | - |
CMYK | 0.20 | 0 | 0.15 | 0.02 |
HSL | 133.47º | 0.83% | 0.88% | - |
HSV(B) | 133.47º | 0.2% | 0.98% | - |
XYZ | 70.16 | 85.54 | 75.1 | - |
YUV | 231.02 | 117.27 | 106.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 250 | 212 | 0.20 | 0 | 0.15 | 0.02 | 133.47 | 0.83 | 0.88 |
Hex | C9 | FA | D4 | 14 | 0 | F | 2 | 85 | 53 | 58 |
Octal | 311 | 372 | 324 | 24 | 0 | 17 | 2 | 205 | 123 | 130 |
Binary | 11001001 | 11111010 | 11010100 | 10100 | 0 | 1111 | 10 | 10000101 | 1010011 | 1011000 |
Color Harmonies of #C9FAD4
Complementary color
Monochromatic Colors of #C9FAD4
Black with #C9FAD4
Text Example
Text Example
White with #C9FAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAD4; }
p { color: rgb(201,250,212); }
H1.HeaderClassName
{
color: #C9FAD4;
}
.AnyTagClassName
{
color: #C9FAD4;
}
</style>
background-color css
<style>
a { background-color: #C9FAD4; }
a { background-color: rgb(201,250,212); }
div.DivClassName
{
background-color: #C9FAD4;
}
.BgClassName
{
background-color: #C9FAD4;
}
</style>
border-color css
<style>
span { border-color: #C9FAD4; }
span { border-color: rgb(201,250,212); }
td.TdClassName
{
border-color: #C9FAD4;
}
.TagClassName
{
border-color: #C9FAD4;
}
</style>