Shades of Granny Apple #C8FDCC
Tints of Granny Apple #C8FDCC
RGB
CMYK
RGB Variations
Color information
#C8FDCC (or 0xC8FDCC) is known color: Granny Apple. HEX triplet: C8, FD and CC. RGB value is (200,253,204). Sum of RGB (Red+Green+Blue) = 200+253+204=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FDCC is #370233. Grayscale: #E7E7E7. Windows color (decimal): -3605044 or 13434312. OLE color: 13434312.
HSL color Cylindrical-coordinate representation of color #C8FDCC: hue angle of 124.53º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDCC is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 253 | 204 | - |
CMYK | 0.21 | 0 | 0.19 | 0.01 |
HSL | 124.53º | 0.93% | 0.89% | - |
HSV(B) | 124.53º | 0.21% | 0.99% | - |
XYZ | 69.84 | 86.89 | 70.22 | - |
YUV | 231.57 | 112.44 | 105.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 253 | 204 | 0.21 | 0 | 0.19 | 0.01 | 124.53 | 0.93 | 0.89 |
Hex | C8 | FD | CC | 15 | 0 | 13 | 1 | 7D | 5D | 59 |
Octal | 310 | 375 | 314 | 25 | 0 | 23 | 1 | 175 | 135 | 131 |
Binary | 11001000 | 11111101 | 11001100 | 10101 | 0 | 10011 | 1 | 1111101 | 1011101 | 1011001 |
Color Harmonies of #C8FDCC
Complementary color
Monochromatic Colors of #C8FDCC
Black with #C8FDCC
Text Example
Text Example
White with #C8FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDCC; }
p { color: rgb(200,253,204); }
H1.HeaderClassName
{
color: #C8FDCC;
}
.AnyTagClassName
{
color: #C8FDCC;
}
</style>
background-color css
<style>
a { background-color: #C8FDCC; }
a { background-color: rgb(200,253,204); }
div.DivClassName
{
background-color: #C8FDCC;
}
.BgClassName
{
background-color: #C8FDCC;
}
</style>
border-color css
<style>
span { border-color: #C8FDCC; }
span { border-color: rgb(200,253,204); }
td.TdClassName
{
border-color: #C8FDCC;
}
.TagClassName
{
border-color: #C8FDCC;
}
</style>