Shades of Snowy Mint #C5FFC3
Tints of Snowy Mint #C5FFC3
RGB
CMYK
RGB Variations
Color information
#C5FFC3 (or 0xC5FFC3) is known color: Snowy Mint. HEX triplet: C5, FF and C3. RGB value is (197,255,195). Sum of RGB (Red+Green+Blue) = 197+255+195=647 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.45% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 195 (76.56% from 255 or 30.14% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFC3 is #3A003C. Grayscale: #E6E6E6. Windows color (decimal): -3801149 or 12844997. OLE color: 12844997.
HSL color Cylindrical-coordinate representation of color #C5FFC3: hue angle of 118º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5FFC3 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 195 | - |
| CMYK | 0.23 | 0 | 0.24 | 0 |
| HSL | 118º | 1% | 0.88% | - |
| HSV(B) | 118º | 0.24% | 1% | - |
| XYZ | 68.64 | 87.33 | 64.87 | - |
| YUV | 230.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 195 | 0.23 | 0 | 0.24 | 0 | 118 | 1 | 0.88 |
| Hex | C5 | FF | C3 | 17 | 0 | 18 | 0 | 76 | 64 | 58 |
| Octal | 305 | 377 | 303 | 27 | 0 | 30 | 0 | 166 | 144 | 130 |
| Binary | 11000101 | 11111111 | 11000011 | 10111 | 0 | 11000 | 0 | 1110110 | 1100100 | 1011000 |
Color Harmonies of #C5FFC3
Complementary color
Monochromatic Colors of #C5FFC3
Black with #C5FFC3
Text Example
Text Example
White with #C5FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFC3; }
p { color: rgb(197,255,195); }
H1.HeaderClassName
{
color: #C5FFC3;
}
.AnyTagClassName
{
color: #C5FFC3;
}
</style>
background-color css
<style>
a { background-color: #C5FFC3; }
a { background-color: rgb(197,255,195); }
div.DivClassName
{
background-color: #C5FFC3;
}
.BgClassName
{
background-color: #C5FFC3;
}
</style>
border-color css
<style>
span { border-color: #C5FFC3; }
span { border-color: rgb(197,255,195); }
td.TdClassName
{
border-color: #C5FFC3;
}
.TagClassName
{
border-color: #C5FFC3;
}
</style>