Shades of Granny Apple #C8FDD2
Tints of Granny Apple #C8FDD2
RGB
CMYK
RGB Variations
Color information
#C8FDD2 (or 0xC8FDD2) is known color: Granny Apple. HEX triplet: C8, FD and D2. RGB value is (200,253,210). Sum of RGB (Red+Green+Blue) = 200+253+210=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FDD2 is #37022D. Grayscale: #E8E8E8. Windows color (decimal): -3605038 or 13827528. OLE color: 13827528.
HSL color Cylindrical-coordinate representation of color #C8FDD2: hue angle of 131.32º 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 #C8FDD2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 253 | 210 | - |
CMYK | 0.21 | 0 | 0.17 | 0.01 |
HSL | 131.32º | 0.93% | 0.89% | - |
HSV(B) | 131.32º | 0.21% | 0.99% | - |
XYZ | 70.58 | 87.18 | 74.08 | - |
YUV | 232.25 | 115.44 | 105 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 253 | 210 | 0.21 | 0 | 0.17 | 0.01 | 131.32 | 0.93 | 0.89 |
Hex | C8 | FD | D2 | 15 | 0 | 11 | 1 | 83 | 5D | 59 |
Octal | 310 | 375 | 322 | 25 | 0 | 21 | 1 | 203 | 135 | 131 |
Binary | 11001000 | 11111101 | 11010010 | 10101 | 0 | 10001 | 1 | 10000011 | 1011101 | 1011001 |
Color Harmonies of #C8FDD2
Complementary color
Monochromatic Colors of #C8FDD2
Black with #C8FDD2
Text Example
Text Example
White with #C8FDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDD2; }
p { color: rgb(200,253,210); }
H1.HeaderClassName
{
color: #C8FDD2;
}
.AnyTagClassName
{
color: #C8FDD2;
}
</style>
background-color css
<style>
a { background-color: #C8FDD2; }
a { background-color: rgb(200,253,210); }
div.DivClassName
{
background-color: #C8FDD2;
}
.BgClassName
{
background-color: #C8FDD2;
}
</style>
border-color css
<style>
span { border-color: #C8FDD2; }
span { border-color: rgb(200,253,210); }
td.TdClassName
{
border-color: #C8FDD2;
}
.TagClassName
{
border-color: #C8FDD2;
}
</style>