Shades of Granny Apple #C8F0C8
Tints of Granny Apple #C8F0C8
RGB
CMYK
RGB Variations
Color information
#C8F0C8 (or 0xC8F0C8) is known color: Granny Apple. HEX triplet: C8, F0 and C8. RGB value is (200,240,200). Sum of RGB (Red+Green+Blue) = 200+240+200=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0C8 is #370F37. Grayscale: #DFDFDF. Windows color (decimal): -3608376 or 13168840. OLE color: 13168840.
HSL color Cylindrical-coordinate representation of color #C8F0C8: hue angle of 120º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F0C8 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
RGB | 200 | 240 | 200 | - |
CMYK | 0.17 | 0 | 0.17 | 0.06 |
HSL | 120º | 0.57% | 0.86% | - |
HSV(B) | 120º | 0.17% | 0.94% | - |
XYZ | 65.4 | 78.77 | 66.4 | - |
YUV | 223.48 | 114.75 | 111.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 240 | 200 | 0.17 | 0 | 0.17 | 0.06 | 120 | 0.57 | 0.86 |
Hex | C8 | F0 | C8 | 11 | 0 | 11 | 6 | 78 | 39 | 56 |
Octal | 310 | 360 | 310 | 21 | 0 | 21 | 6 | 170 | 71 | 126 |
Binary | 11001000 | 11110000 | 11001000 | 10001 | 0 | 10001 | 110 | 1111000 | 111001 | 1010110 |
Color Harmonies of #C8F0C8
Complementary color
Monochromatic Colors of #C8F0C8
Black with #C8F0C8
Text Example
Text Example
White with #C8F0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0C8; }
p { color: rgb(200,240,200); }
H1.HeaderClassName
{
color: #C8F0C8;
}
.AnyTagClassName
{
color: #C8F0C8;
}
</style>
background-color css
<style>
a { background-color: #C8F0C8; }
a { background-color: rgb(200,240,200); }
div.DivClassName
{
background-color: #C8F0C8;
}
.BgClassName
{
background-color: #C8F0C8;
}
</style>
border-color css
<style>
span { border-color: #C8F0C8; }
span { border-color: rgb(200,240,200); }
td.TdClassName
{
border-color: #C8F0C8;
}
.TagClassName
{
border-color: #C8F0C8;
}
</style>