Shades of Granny Apple #C6FFCD
Tints of Granny Apple #C6FFCD
RGB
CMYK
RGB Variations
Color information
#C6FFCD (or 0xC6FFCD) is known color: Granny Apple. HEX triplet: C6, FF and CD. RGB value is (198,255,205). Sum of RGB (Red+Green+Blue) = 198+255+205=658 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.09% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FFCD is #390032. Grayscale: #E8E8E8. Windows color (decimal): -3735603 or 13500358. OLE color: 13500358.
HSL color Cylindrical-coordinate representation of color #C6FFCD: hue angle of 127.37º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FFCD is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 198 | 255 | 205 | - |
CMYK | 0.22 | 0 | 0.20 | 0 |
HSL | 127.37º | 1% | 0.89% | - |
HSV(B) | 127.37º | 0.22% | 1% | - |
XYZ | 70.07 | 87.93 | 71.04 | - |
YUV | 232.26 | 112.62 | 103.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 255 | 205 | 0.22 | 0 | 0.20 | 0 | 127.37 | 1 | 0.89 |
Hex | C6 | FF | CD | 16 | 0 | 14 | 0 | 7F | 64 | 59 |
Octal | 306 | 377 | 315 | 26 | 0 | 24 | 0 | 177 | 144 | 131 |
Binary | 11000110 | 11111111 | 11001101 | 10110 | 0 | 10100 | 0 | 1111111 | 1100100 | 1011001 |
Color Harmonies of #C6FFCD
Complementary color
Monochromatic Colors of #C6FFCD
Black with #C6FFCD
Text Example
Text Example
White with #C6FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FFCD; }
p { color: rgb(198,255,205); }
H1.HeaderClassName
{
color: #C6FFCD;
}
.AnyTagClassName
{
color: #C6FFCD;
}
</style>
background-color css
<style>
a { background-color: #C6FFCD; }
a { background-color: rgb(198,255,205); }
div.DivClassName
{
background-color: #C6FFCD;
}
.BgClassName
{
background-color: #C6FFCD;
}
</style>
border-color css
<style>
span { border-color: #C6FFCD; }
span { border-color: rgb(198,255,205); }
td.TdClassName
{
border-color: #C6FFCD;
}
.TagClassName
{
border-color: #C6FFCD;
}
</style>