Shades of Granny Apple #C8FACF
Tints of Granny Apple #C8FACF
RGB
CMYK
RGB Variations
Color information
#C8FACF (or 0xC8FACF) is known color: Granny Apple. HEX triplet: C8, FA and CF. RGB value is (200,250,207). Sum of RGB (Red+Green+Blue) = 200+250+207=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FACF is #370530. Grayscale: #E6E6E6. Windows color (decimal): -3605809 or 13630152. OLE color: 13630152.
HSL color Cylindrical-coordinate representation of color #C8FACF: hue angle of 128.4º 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 #C8FACF is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 250 | 207 | - |
CMYK | 0.2 | 0 | 0.17 | 0.02 |
HSL | 128.4º | 0.83% | 0.88% | - |
HSV(B) | 128.4º | 0.2% | 0.98% | - |
XYZ | 69.27 | 85.16 | 71.82 | - |
YUV | 230.15 | 114.94 | 106.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 250 | 207 | 0.2 | 0 | 0.17 | 0.02 | 128.4 | 0.83 | 0.88 |
Hex | C8 | FA | CF | 14 | 0 | 11 | 2 | 80 | 53 | 58 |
Octal | 310 | 372 | 317 | 24 | 0 | 21 | 2 | 200 | 123 | 130 |
Binary | 11001000 | 11111010 | 11001111 | 10100 | 0 | 10001 | 10 | 10000000 | 1010011 | 1011000 |
Color Harmonies of #C8FACF
Complementary color
Monochromatic Colors of #C8FACF
Black with #C8FACF
Text Example
Text Example
White with #C8FACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FACF; }
p { color: rgb(200,250,207); }
H1.HeaderClassName
{
color: #C8FACF;
}
.AnyTagClassName
{
color: #C8FACF;
}
</style>
background-color css
<style>
a { background-color: #C8FACF; }
a { background-color: rgb(200,250,207); }
div.DivClassName
{
background-color: #C8FACF;
}
.BgClassName
{
background-color: #C8FACF;
}
</style>
border-color css
<style>
span { border-color: #C8FACF; }
span { border-color: rgb(200,250,207); }
td.TdClassName
{
border-color: #C8FACF;
}
.TagClassName
{
border-color: #C8FACF;
}
</style>