Shades of Snowy Mint #CFFFC9
Tints of Snowy Mint #CFFFC9
RGB
CMYK
RGB Variations
Color information
#CFFFC9 (or 0xCFFFC9) is known color: Snowy Mint. HEX triplet: CF, FF and C9. RGB value is (207,255,201). Sum of RGB (Red+Green+Blue) = 207+255+201=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 201 (78.91% from 255 or 30.32% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC9 is #300036. Grayscale: #EAEAEA. Windows color (decimal): -3145783 or 13238223. OLE color: 13238223.
HSL color Cylindrical-coordinate representation of color #CFFFC9: hue angle of 113.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFFFC9 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 201 | - |
| CMYK | 0.19 | 0 | 0.21 | 0 |
| HSL | 113.33º | 1% | 0.89% | - |
| HSV(B) | 113.33º | 0.21% | 1% | - |
| XYZ | 72.03 | 89 | 68.64 | - |
| YUV | 234.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 201 | 0.19 | 0 | 0.21 | 0 | 113.33 | 1 | 0.89 |
| Hex | CF | FF | C9 | 13 | 0 | 15 | 0 | 71 | 64 | 59 |
| Octal | 317 | 377 | 311 | 23 | 0 | 25 | 0 | 161 | 144 | 131 |
| Binary | 11001111 | 11111111 | 11001001 | 10011 | 0 | 10101 | 0 | 1110001 | 1100100 | 1011001 |
Color Harmonies of #CFFFC9
Complementary color
Monochromatic Colors of #CFFFC9
Black with #CFFFC9
Text Example
Text Example
White with #CFFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC9; }
p { color: rgb(207,255,201); }
H1.HeaderClassName
{
color: #CFFFC9;
}
.AnyTagClassName
{
color: #CFFFC9;
}
</style>
background-color css
<style>
a { background-color: #CFFFC9; }
a { background-color: rgb(207,255,201); }
div.DivClassName
{
background-color: #CFFFC9;
}
.BgClassName
{
background-color: #CFFFC9;
}
</style>
border-color css
<style>
span { border-color: #CFFFC9; }
span { border-color: rgb(207,255,201); }
td.TdClassName
{
border-color: #CFFFC9;
}
.TagClassName
{
border-color: #CFFFC9;
}
</style>