Shades of Snowy Mint #C9FFC5
Tints of Snowy Mint #C9FFC5
RGB
CMYK
RGB Variations
Color information
#C9FFC5 (or 0xC9FFC5) is known color: Snowy Mint. HEX triplet: C9, FF and C5. RGB value is (201,255,197). Sum of RGB (Red+Green+Blue) = 201+255+197=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FFC5 is #36003A. Grayscale: #E8E8E8. Windows color (decimal): -3539003 or 12976073. OLE color: 12976073.
HSL color Cylindrical-coordinate representation of color #C9FFC5: hue angle of 115.86º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9FFC5 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 197 | - |
| CMYK | 0.21 | 0 | 0.23 | 0 |
| HSL | 115.86º | 1% | 0.89% | - |
| HSV(B) | 115.86º | 0.23% | 1% | - |
| XYZ | 69.93 | 87.97 | 66.12 | - |
| YUV | 232.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 197 | 0.21 | 0 | 0.23 | 0 | 115.86 | 1 | 0.89 |
| Hex | C9 | FF | C5 | 15 | 0 | 17 | 0 | 74 | 64 | 59 |
| Octal | 311 | 377 | 305 | 25 | 0 | 27 | 0 | 164 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11000101 | 10101 | 0 | 10111 | 0 | 1110100 | 1100100 | 1011001 |
Color Harmonies of #C9FFC5
Complementary color
Monochromatic Colors of #C9FFC5
Black with #C9FFC5
Text Example
Text Example
White with #C9FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFC5; }
p { color: rgb(201,255,197); }
H1.HeaderClassName
{
color: #C9FFC5;
}
.AnyTagClassName
{
color: #C9FFC5;
}
</style>
background-color css
<style>
a { background-color: #C9FFC5; }
a { background-color: rgb(201,255,197); }
div.DivClassName
{
background-color: #C9FFC5;
}
.BgClassName
{
background-color: #C9FFC5;
}
</style>
border-color css
<style>
span { border-color: #C9FFC5; }
span { border-color: rgb(201,255,197); }
td.TdClassName
{
border-color: #C9FFC5;
}
.TagClassName
{
border-color: #C9FFC5;
}
</style>