Shades of Snowy Mint #CFFFC4
Tints of Snowy Mint #CFFFC4
RGB
CMYK
RGB Variations
Color information
#CFFFC4 (or 0xCFFFC4) is known color: Snowy Mint. HEX triplet: CF, FF and C4. RGB value is (207,255,196). Sum of RGB (Red+Green+Blue) = 207+255+196=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC4 is #30003B. Grayscale: #EAEAEA. Windows color (decimal): -3145788 or 12910543. OLE color: 12910543.
HSL color Cylindrical-coordinate representation of color #CFFFC4: hue angle of 108.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFFFC4 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 196 | - |
| CMYK | 0.19 | 0 | 0.23 | 0 |
| HSL | 108.81º | 1% | 0.88% | - |
| HSV(B) | 108.81º | 0.23% | 1% | - |
| XYZ | 71.46 | 88.77 | 65.59 | - |
| YUV | 233.92 | 106.6 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 196 | 0.19 | 0 | 0.23 | 0 | 108.81 | 1 | 0.88 |
| Hex | CF | FF | C4 | 13 | 0 | 17 | 0 | 6D | 64 | 58 |
| Octal | 317 | 377 | 304 | 23 | 0 | 27 | 0 | 155 | 144 | 130 |
| Binary | 11001111 | 11111111 | 11000100 | 10011 | 0 | 10111 | 0 | 1101101 | 1100100 | 1011000 |
Color Harmonies of #CFFFC4
Complementary color
Monochromatic Colors of #CFFFC4
Black with #CFFFC4
Text Example
Text Example
White with #CFFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC4; }
p { color: rgb(207,255,196); }
H1.HeaderClassName
{
color: #CFFFC4;
}
.AnyTagClassName
{
color: #CFFFC4;
}
</style>
background-color css
<style>
a { background-color: #CFFFC4; }
a { background-color: rgb(207,255,196); }
div.DivClassName
{
background-color: #CFFFC4;
}
.BgClassName
{
background-color: #CFFFC4;
}
</style>
border-color css
<style>
span { border-color: #CFFFC4; }
span { border-color: rgb(207,255,196); }
td.TdClassName
{
border-color: #CFFFC4;
}
.TagClassName
{
border-color: #CFFFC4;
}
</style>