Shades of Snowy Mint #CFF4C8
Tints of Snowy Mint #CFF4C8
RGB
CMYK
RGB Variations
Color information
#CFF4C8 (or 0xCFF4C8) is known color: Snowy Mint. HEX triplet: CF, F4 and C8. RGB value is (207,244,200). Sum of RGB (Red+Green+Blue) = 207+244+200=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4C8 is #300B37. Grayscale: #E4E4E4. Windows color (decimal): -3148600 or 13169871. OLE color: 13169871.
HSL color Cylindrical-coordinate representation of color #CFF4C8: hue angle of 110.45º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF4C8 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 200 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.04 |
| HSL | 110.45º | 0.67% | 0.87% | - |
| HSV(B) | 110.45º | 0.18% | 0.96% | - |
| XYZ | 68.51 | 82.14 | 66.89 | - |
| YUV | 227.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 200 | 0.15 | 0 | 0.18 | 0.04 | 110.45 | 0.67 | 0.87 |
| Hex | CF | F4 | C8 | F | 0 | 12 | 4 | 6E | 43 | 57 |
| Octal | 317 | 364 | 310 | 17 | 0 | 22 | 4 | 156 | 103 | 127 |
| Binary | 11001111 | 11110100 | 11001000 | 1111 | 0 | 10010 | 100 | 1101110 | 1000011 | 1010111 |
Color Harmonies of #CFF4C8
Complementary color
Monochromatic Colors of #CFF4C8
Black with #CFF4C8
Text Example
Text Example
White with #CFF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4C8; }
p { color: rgb(207,244,200); }
H1.HeaderClassName
{
color: #CFF4C8;
}
.AnyTagClassName
{
color: #CFF4C8;
}
</style>
background-color css
<style>
a { background-color: #CFF4C8; }
a { background-color: rgb(207,244,200); }
div.DivClassName
{
background-color: #CFF4C8;
}
.BgClassName
{
background-color: #CFF4C8;
}
</style>
border-color css
<style>
span { border-color: #CFF4C8; }
span { border-color: rgb(207,244,200); }
td.TdClassName
{
border-color: #CFF4C8;
}
.TagClassName
{
border-color: #CFF4C8;
}
</style>